The Exchange.BEAN_METHOD_NAME header is not be set rightly when the message
exchange pattern is InOut
-----------------------------------------------------------------------------------------------------
Key: CAMEL-1777
URL: https://issues.apache.org/activemq/browse/CAMEL-1777
Project: Apache Camel
Issue Type: Bug
Components: bean-integration
Affects Versions: 2.0-M2, 1.6.1, 2.0-M1, 1.6.0
Reporter: Willem Jiang
Fix For: 1.6.2, 2.0.0
If the Bean endpoint has an explicit method name , the Bean processor will
set the message header of Exchange.Bean_METHOD_NAME with the value of method
name before the invocation and will try to reset the message header of
Exchange.Bean_METHOD_NAME with the preview method name after the invocation.
Current camel code just set the InMessage's header , if the ExchangePatter is
InOut , it forget to reset the OutMessage's header.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.