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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/03/30 21:11:28 UTC

[jira] Resolved: (AXIS2-409) ADB generated code fails for arrays of complextypes

     [ http://issues.apache.org/jira/browse/AXIS2-409?page=all ]
     
Davanum Srinivas resolved AXIS2-409:
------------------------------------

    Resolution: Cannot Reproduce

i can't find the wsdl either..marking it as "Cannot repro". let's see if it shows up again somewhere else.

> ADB generated code fails for arrays of complextypes
> ---------------------------------------------------
>
>          Key: AXIS2-409
>          URL: http://issues.apache.org/jira/browse/AXIS2-409
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: databinding
>     Reporter: Davanum Srinivas
>     Assignee: Ajith Harshana Ranabahu

>
> Please run WSDL2Java against the modules\integration\test\samples\wsdl\bench\Benchmark.wsdl and try to compile the generated code.
> Compiling 55 source files to C:\BENCH\build\classes
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\EchoMeshInterfaceObjectsRequest.java:74: cannot find symbol
> symbol  : method convertToArrayOfMeshInterfaceObject(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setInput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfMeshInterfaceObject(
>                                                                                         ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\EchoMeshInterfaceObjectsResponse.java:74: cannot find symbol
> symbol  : method convertToArrayOfMeshInterfaceObject(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setOutput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfMeshInterfaceObject(
>                                                                                          ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\EchoSimpleEventsRequest.java:74: cannot find symbol
> symbol  : method convertToArrayOfSimpleEvents(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setInput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfSimpleEvents(
>                                                                                         ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\EchoSimpleEventsResponse.java:74: cannot find symbol
> symbol  : method convertToArrayOfSimpleEvents(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setOutput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfSimpleEvents(
>                                                                                          ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\ReceiveMeshInterfaceObjectsRequest.java:74: cannot find symbol
> symbol  : method convertToArrayOfMeshInterfaceObject(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setInput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfMeshInterfaceObject(
>                                                                                         ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\ReceiveSimpleEventsRequest.java:74: cannot find symbol
> symbol  : method convertToArrayOfSimpleEvents(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setInput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfSimpleEvents(
>                                                                                         ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\SendMeshInterfaceObjectsResponse.java:74: cannot find symbol
> symbol  : method convertToArrayOfMeshInterfaceObject(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setOutput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfMeshInterfaceObject(
>                                                                                          ^
> C:\BENCH\src\edu\indiana\extreme\www\wsdl\benchmark1\SendSimpleEventsResponse.java:74: cannot find symbol
> symbol  : method convertToArrayOfSimpleEvents(java.lang.String)
> location: class org.apache.axis2.databinding.utils.ConverterUtil
>                         object.setOutput(org.apache.axis2.databinding.utils.ConverterUtil.convertToArrayOfSimpleEvents(
>                                                                                          ^
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 8 errors
> thanks,
> dims

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