You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Alastair Fettes (JIRA)" <ji...@apache.org> on 2007/05/31 18:24:15 UTC

[jira] Commented: (AXIS2C-610) Null pionter exception on complex schema code gen

    [ https://issues.apache.org/jira/browse/AXIS2C-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500403 ] 

Alastair Fettes commented on AXIS2C-610:
----------------------------------------

WSDL File:

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.foo.com/"
xmlns:tns="http://www.foo.com/"
xmlns:aixm="http://www.aixm.aero/schema/5.0"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/">

    <wsdl:types>
        <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
            <xsd:import namespace="http://www.aixm.aero/schema/5.0"
                    schemaLocation="../aixm/AIXM-Feature.xsd"/>
        </xsd:schema>
    </wsdl:types>
    
    <!-- ___________________________ GetFeature ____________________________ -->
    <wsdl:message name="GetObstacleRequest">
        <wsdl:part element="aixm:Obstacle" name="Body"/>
    </wsdl:message>
    <wsdl:message name="GetObstacleResponse">
        <wsdl:part element="aixm:Obstacle" name="Body"/>
    </wsdl:message>
    
    <!-- ___________________________ AvnPortType ___________________________ -->
    <wsdl:portType name="PortType">
        <wsdl:operation name="GetObstacle">
            <wsdl:input message="tns:GetObstacleRequest"/>
            <wsdl:output message="tns:GetObstacleResponse"/>
        </wsdl:operation>
    </wsdl:portType>

    <!-- _________________________ AvnPortBinding __________________________ -->
    <wsdl:binding name="PortBinding" type="tns:PortType">
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="GetObstacle">
            <soap:operation/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>

    <!-- ___________________________ AvnService ____________________________ -->
    <wsdl:service name="ObstacleService">
        <wsdl:port name="ObstaclePort" binding="tns:PortBinding">
            <wsdl:documentation>
                <wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.0" />
            </wsdl:documentation>
            <soap:address location="http://www.foo.com/"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>

> Null pionter exception on complex schema code gen
> -------------------------------------------------
>
>                 Key: AXIS2C-610
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-610
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>    Affects Versions: Current (Nightly)
>         Environment: Operating System: Windows XP
> Java version:  1.5.0_06
> Axis2 Version: SNAPSHOT from 05/29/2007
> Java arguments: -XX:MaxPermSize=256m -Xms256M -Xmx256M
> WSDL2C arguments: -ss -sd -d adb -u
> Schema: AIXM-5-RC1-7024-XML-20070124
>            Reporter: Alastair Fettes
>            Priority: Minor
>
> Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:256)
>         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
>         at org.apache.axis2.wsdl.WSDL2C.main(WSDL2C.java:28)
> Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:50)
>         at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGenerationEngine.java:209)
>         ... 2 more
> Caused by: java.lang.reflect.InvocationTargetException
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(SimpleDBExtension.java:47)
>         ... 3 more
> Caused by: org.apache.axis2.schema.SchemaCompilationException: java.lang.NullPointerException
>         at org.apache.axis2.schema.writer.CStructWriter.write(CStructWriter.java:194)
>         at org.apache.axis2.schema.SchemaCompiler.writeComplexType(SchemaCompiler.java:924)
>         at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:910)
>         at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:855)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:494)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:465)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:597)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:454)
>         at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:1857)
>         at org.apache.axis2.schema.SchemaCompiler.processGroup(SchemaCompiler.java:2227)
>         at org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:1932)
>         at org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler.java:1778)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:967)
>         at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:904)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1096)
>         at org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:1067)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:983)
>         at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:904)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1096)
>         at org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:1067)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:983)
>         at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:904)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1096)
>         at org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:1067)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:983)
>         at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:904)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1096)
>         at org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:1067)
>         at org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompiler.java:983)
>         at org.apache.axis2.schema.SchemaCompiler.processNamedComplexSchemaType(SchemaCompiler.java:904)
>         at org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.java:855)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:494)
>         at org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.java:465)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:300)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:282)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:282)
>         at org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:210)
>         at org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java:75)
>         ... 8 more
> Caused by: java.lang.NullPointerException
>         at org.apache.axis2.schema.writer.CStructWriter.addPropertyEntries(CStructWriter.java:612)
>         at org.apache.axis2.schema.writer.CStructWriter.populateInfo(CStructWriter.java:503)
>         at org.apache.axis2.schema.writer.CStructWriter.getBeanElement(CStructWriter.java:426)
>         at org.apache.axis2.schema.writer.CStructWriter.process(CStructWriter.java:315)
>         at org.apache.axis2.schema.writer.CStructWriter.write(CStructWriter.java:189)
>         ... 45 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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