Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 17366 invoked from network); 11 Aug 2006 17:02:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2006 17:02:11 -0000 Received: (qmail 19544 invoked by uid 500); 11 Aug 2006 17:02:05 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 19494 invoked by uid 500); 11 Aug 2006 17:02:05 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 19445 invoked by uid 99); 11 Aug 2006 17:02:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 10:02:05 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 10:02:02 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C95CC7142E6 for ; Fri, 11 Aug 2006 16:59:13 +0000 (GMT) Message-ID: <2831423.1155315553822.JavaMail.jira@brutus> Date: Fri, 11 Aug 2006 09:59:13 -0700 (PDT) From: "Bob Stevenson (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1011) WSDL2Java addMissingQNames Nullpointer (RE: axis2-906) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N WSDL2Java addMissingQNames Nullpointer (RE: axis2-906) ------------------------------------------------------ Key: AXIS2-1011 URL: http://issues.apache.org/jira/browse/AXIS2-1011 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: Tools Environment: all Reporter: Bob Stevenson Using the latest code from SVN; I'm getting the following while trying to generate java from a WSDL. [java] at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:734) [java] at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:586) [java] at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:436) [java] at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:1289) [java] at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:1252) [java] at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:807) [java] at org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaType(SchemaCompiler.java:7 [java] at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:736) [java] at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:475) [java] at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:446) [java] at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:308) [java] at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:230) [java] at org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java:77) [java] ... 8 more [java] Caused by: java.lang.NullPointerException [java] at org.apache.axis2.schema.writer.JavaBeanWriter.addMissingQNames(JavaBeanWriter.java:728) [java] at org.apache.axis2.schema.writer.JavaBeanWriter.addPropertyEntries(JavaBeanWriter.java:555) [java] at org.apache.axis2.schema.writer.JavaBeanWriter.populateInfo(JavaBeanWriter.java:519) [java] at org.apache.axis2.schema.writer.JavaBeanWriter.getBeanElement(JavaBeanWriter.java:497) [java] at org.apache.axis2.schema.writer.JavaBeanWriter.process(JavaBeanWriter.java:384) [java] at org.apache.axis2.schema.writer.JavaBeanWriter.write(JavaBeanWriter.java:213) [java] ... 44 more [java] Exception in thread "main" [java] Java Result: 1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org