CXF and Tibco BW : JMS transport do not copy protocol headers in the
destination message
----------------------------------------------------------------------------------------
Key: CXF-3691
URL: https://issues.apache.org/jira/browse/CXF-3691
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.4
Environment: CXF 2.4 , Tibco BW 5.6
Reporter: Villetard
An old workaround for integrating CXF and Tibco BW was using an interceptor,
for setting a property "SoapAction" (expected by Tibco BW and case-sensitive):
https://issues.apache.org/jira/browse/CXF-2612
But it doesnt work no more with CXF 2.4. The method
org.apache.cxf.transport.jms.JMSUtils.buidJMSMessageFromCXF() no more uses
addProtocolHeaders(...) to build the JMS message, so the custom message
properties are not transmitted....
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira