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/11/26 03:21:43 UTC

[jira] Updated: (CXF-1234) Array confusion for Doc/Lit/Bare methods

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

Benson Margulies updated CXF-1234:
----------------------------------

          Component/s: JAX-WS Runtime
             Assignee: Daniel Kulp
          Description: 
1) Open up org.apache.cxf.javascript.DocLitBareClientTest.
2) Un-ignore callFunctionWithBeans

The resulting failure stems from a MessagePartInfo that returns true for isElement, and stores a reference to an ordinary scalar element, even though the part type is an array type. The MessagePartInfo also stores a reference to a complex type that correctly represents the array nature of the parameter.

    Affects Version/s: 2.1

> Array confusion for Doc/Lit/Bare methods
> ----------------------------------------
>
>                 Key: CXF-1234
>                 URL: https://issues.apache.org/jira/browse/CXF-1234
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>            Assignee: Daniel Kulp
>
> 1) Open up org.apache.cxf.javascript.DocLitBareClientTest.
> 2) Un-ignore callFunctionWithBeans
> The resulting failure stems from a MessagePartInfo that returns true for isElement, and stores a reference to an ordinary scalar element, even though the part type is an array type. The MessagePartInfo also stores a reference to a complex type that correctly represents the array nature of the parameter.

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