BindingOperationInfos that are stored in exchange are inconsistent between CxfProducer and CxfConsumer ------------------------------------------------------------------------------------------------------
Key: CAMEL-2385 URL: https://issues.apache.org/activemq/browse/CAMEL-2385 Project: Apache Camel Issue Type: Bug Components: camel-cxf Affects Versions: 2.1.0 Reporter: William Tam Assignee: William Tam Fix For: 2.2.0 CxfProducer could store a unwrapped version of the BindingOperationInfo in the exchange which is inconsistent with CxfConsumer and it puts burden on the application to revert back to the wrapped version. CxfProducer should store the original version before calling. {code} boi = boi.getUnwrappedOperation(); {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.