[
https://issues.apache.org/jira/browse/CXF-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2415.
------------------------------
Resolution: Fixed
Fix Version/s: (was: 2.1.4)
2.2.4
2.1.7
Assignee: Daniel Kulp
> Dynamic client returns a T when it should return a List<T>
> ----------------------------------------------------------
>
> Key: CXF-2415
> URL: https://issues.apache.org/jira/browse/CXF-2415
> Project: CXF
> Issue Type: Bug
> Components: Service Model, Simple Frontend
> Affects Versions: 2.1.4
> Reporter: Benjamin Coiffe
> Assignee: Daniel Kulp
> Fix For: 2.1.7, 2.2.4
>
> Attachments: Test.java
>
>
> This only affects unwrappable operation (op.isUnwrappedCapable() &&
> !op.isUnwrapped() is true) that returns a sequence of objects.
> I only tested on version 2.1.4 but it may affect other versions as well given
> that the codebase has not changed.
> This issue can be reproduced with the public ws:
> http://www.wikipathways.org/wpi/webservice/webservice.php?wsdl. The operation
> listOrganisms returns a String instead of a List<String>.
> Fyi, the default implementation of the jaxrpc spec returns String[].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.