-
Task
-
Resolution: Done
-
Major
-
4.3.0.GA
-
None
When an array if returned from a method on the SEI it is incorrectly ommitted from the generated JAX-RPC mapping.
For a background on the reasons why array wrapping is required please see the following issue: -
http://jira.jboss.com/jira/browse/JBWS-732
When a wrapped array is used it is possible for us to skip generating the Java class representing the wrapper and to also skip this mapping in the generated JAX-RPC mapping file.
Currently the tools are incorrectly identifying a return type from a method on the SEI which is an array as a wrapped type so although the Java class is generated it is ommitted from the generated JAX-RPC mapping.
- blocks
-
JBPAPP-572 Release and upgrade to JBossWS 2.0.1.SP2_CP01
- Resolved
- incorporates
-
JBWS-1801 WSDL To Java - When an array if returned from a method on the SEI it is incorrectly ommitted from the generated JAX-RPC mapping.
- Closed