You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2007/12/26 05:02:43 UTC

[jira] Assigned: (CXF-1333) Aegis drops all but the last from an array of JDOMElements

     [ https://issues.apache.org/jira/browse/CXF-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies reassigned CXF-1333:
-------------------------------------

    Assignee: Benson Margulies

> Aegis drops all but the last from an array of JDOMElements
> ----------------------------------------------------------
>
>                 Key: CXF-1333
>                 URL: https://issues.apache.org/jira/browse/CXF-1333
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>
> In the Javascript tests, there is now an Aegis test. It has a method that it declares to accept a Collection<JDOMElement>.
> When the client sends it two elements, it only delivers one to the service.
> Here's the message on the wire ...
> Payload: <?xml version="1.0" encoding="UTF-8"?><soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap-env:Body xmlns:jns0='http://fortest.javascript.cxf.apache.org/' ><jns0:acceptAny xmlns:jns0='http://fortest.javascript.cxf.apache.org/' ><jns0:before>before items</jns0:before><jns0:anything xmlns:jns0='http://fortest.javascript.cxf.apache.org/' ><jns0:anyType><walrus xmlns='uri:iam'>tusks</walrus></jns0:anyType><jns0:anyType><penguin xmlns='uri:linux'>emperor</penguin></jns0:anyType></jns0:anything></jns0:acceptAny></soap-env:Body></soap-env:Envelope>

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