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
Priority: Minor
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.