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 "Lavanya Konda (JIRA)" <ji...@apache.org> on 2011/07/21 15:47:58 UTC

[jira] [Commented] (AXIS2-418) wsdl2java fails with CodeGenerationException / NullPointerException

    [ https://issues.apache.org/jira/browse/AXIS2-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068981#comment-13068981 ] 

Lavanya Konda commented on AXIS2-418:
-------------------------------------

We have a requirement to handle SimpleContent element and we are presently using ADB code generation. Can this be fixed or is there a possible way to handle this in SimpleDBExtension code extension by ourself? 
Any suggestions on how to handle this as we cannot use xmlbeans right now?

Thanks
Lavanya.

> wsdl2java fails with CodeGenerationException / NullPointerException
> -------------------------------------------------------------------
>
>                 Key: AXIS2-418
>                 URL: https://issues.apache.org/jira/browse/AXIS2-418
>             Project: Axis2
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 0.94
>         Environment: Java 1.5.0_06, Windows XP Pro SP2
>            Reporter: Mathias Raacke
>            Assignee: Ajith Harshana Ranabahu
>            Priority: Minor
>
> wsdl2java -uri books.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(CodeGener
> ationEngine.java:118)
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:31)
>         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
> Caused by: java.lang.RuntimeException: org.apache.axis2.schema.SchemaCompilation
> Exception: java.lang.NullPointerException
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
> leDBExtension.java:152)
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
> ationEngine.java:80)
>         ... 2 more
> Caused by: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPoi
> nterException
>         at org.apache.axis2.schema.writer.JavaBeanWriter.write(JavaBeanWriter.ja
> va:143)
>         at org.apache.axis2.schema.SchemaCompiler.writeElement(SchemaCompiler.ja
> va:252)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:19
> 1)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:14
> 1)
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
> leDBExtension.java:104)
>         ... 3 more
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.schema.writer.JavaBeanWriter.getBeanElement(JavaBean
> Writer.java:357)
>         at org.apache.axis2.schema.writer.JavaBeanWriter.process(JavaBeanWriter.
> java:270)
>         at org.apache.axis2.schema.writer.JavaBeanWriter.write(JavaBeanWriter.ja
> va:141)
>         ... 7 more

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org