You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/10/06 20:19:35 UTC

[jira] Resolved: (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 ]

Daniel Kulp resolved CXF-1234.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.4

This seems to have been fixed in svn rev 601594 since the @Ignore was removed then.

> 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
>             Fix For: 2.1.4
>
>
> 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.