[jbossws-issues] [JBoss JIRA] Created: (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.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Tue Sep 4 10:26:10 EDT 2007


WSDL To Java -  When an array if returned from a method on the SEI it is incorrectly ommitted from the generated JAX-RPC mapping.
---------------------------------------------------------------------------------------------------------------------------------

                 Key: JBWS-1801
                 URL: http://jira.jboss.com/jira/browse/JBWS-1801
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: tools-jaxrpc
    Affects Versions: jbossws-2.0.1
            Reporter: Darran Lofthouse
         Assigned To: Darran Lofthouse
             Fix For:  jbossws-2.0.2


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list