[ 
http://jira.codehaus.org/browse/XFIRE-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Diephouse closed XFIRE-908.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.5

Thanks for the report Tom. I managed to track this down thankfully. Fixes have 
been applied to SVN and now I'm cutting 1.2.5.

> Lists and Arrays return types are not correctly marshalled.
> -----------------------------------------------------------
>
>                 Key: XFIRE-908
>                 URL: http://jira.codehaus.org/browse/XFIRE-908
>             Project: XFire
>          Issue Type: Bug
>          Components: JAXB 2.0
>         Environment: JAXB 2.0
> Document/Literal
>            Reporter: Tom Lambrechts
>         Assigned To: Dan Diephouse
>             Fix For: 1.2.5
>
>
> The following operation return type is not marshalled correctly
> public List<MyObject> getObjectList();
> is marshalled as
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>    <soap:Body>
>       <getObjectArrayResponse 
> xmlns="http://list.xfire.ws.soa.util.telindus.be";>
>          <out>
>             <MyObject>
>                <out>
>                   <description>description</description>
>                </out>
>             </MyObject>
>          </out>
>       </getObjectArrayResponse>
>    </soap:Body>
> </soap:Envelope>
> Where MyObject is a XMLType.

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

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to