[
https://issues.apache.org/jira/browse/CAMEL-5176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-5176.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.9.3
2.8.6
> CxfProducer should not always leverage toList type converter to find out the
> parameters for invocation
> ------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-5176
> URL: https://issues.apache.org/jira/browse/CAMEL-5176
> Project: Camel
> Issue Type: Improvement
> Components: camel-cxf
> Reporter: Willem Jiang
> Assignee: Willem Jiang
> Fix For: 2.8.6, 2.9.3, 2.10.0
>
>
> CAMEL-5173 removed the two type converters which could always to load the
> classes and it broke the itest of CxfToJmsInOutTest.
> After digging the code for a while I found the CxfProducer always looks up
> the parameter by turning the message body into a List. With the change of
> CAMEL-5173, Camel will turn the message body into a List of ActiveQueue (as
> the String --> List converter are wildly used).
> To fix this issue, we should let the CxfProducer pick up the parameter
> carefully.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira