You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org> on 2006/05/02 08:36:47 UTC

[jira] Commented: (AXIS2-642) wsdl2java, org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException

    [ http://issues.apache.org/jira/browse/AXIS2-642?page=comments#action_12377332 ] 

Ajith Harshana Ranabahu commented on AXIS2-642:
-----------------------------------------------

Should we take on this as a post 1.0 requirement ? 

> wsdl2java, org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
> ---------------------------------------------------------------------------------------------
>
>          Key: AXIS2-642
>          URL: http://issues.apache.org/jira/browse/AXIS2-642
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: wsdl
>     Versions: 0.95
>  Environment: java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
> Linux , 2.6.14, i686
>     Reporter: Sergey E. Koposov

>
> The WSDL2java does not work (it worked for axis 1.2) 
> I'm getting the set of exceptions when I try to do WSDL2java of the WSDL from here ( http://www.ivoa.net/xml/SNI/SkyNode-v1.0.wsdl )
> java org.apache.axis2.wsdl.WSDL2Java  -uri file:///tmp/test/SkyNode-v1.0.wsdl
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:146)
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:162)
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:101)
>         ... 2 more
> Caused by: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:184)
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:115)
>         ... 3 more
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:354)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:403)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:328)
>         at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:899)
>         at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:862)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:631)
>         at org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaType(SchemaCompiler.java:586)
>         at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:571)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:360)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:338)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:220)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:179)
>         ... 4 more
> I also tried with the latest SVN checkout, and the result was the same.

-- 
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