[ https://issues.apache.org/activemq/browse/CAMEL-3269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Willem Jiang resolved CAMEL-3269. --------------------------------- Resolution: Fixed Applied the patch in reversion 1029558 with thanks to Jeremie. > CXF CamelTransport and "Can't find input stream in message" > ----------------------------------------------------------- > > Key: CAMEL-3269 > URL: https://issues.apache.org/activemq/browse/CAMEL-3269 > Project: Apache Camel > Issue Type: Bug > Components: camel-cxf > Affects Versions: 2.4.0 > Reporter: Jérémie Brébec > Assignee: Willem Jiang > Priority: Minor > Fix For: 2.6.0 > > Attachments: camel-cxf.patch > > > When using a JaxWS proxy with camel transport, to a route with only one > processor, CXF fail with the message "Can't find input stream in message". > CamelConduit call CxfMessageHelper.getCxfInMessage which is looking for an > Out part in the exchange. If the processor of the route doesn't use the Out > message, or doesn't copy the in part to the out part (like the Pipeline > processor), the call to the JaxWS proxy fail with "Can't find input stream in > message" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.