You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/07/01 11:52:07 UTC

[jira] Resolved: (CAMEL-1777) The Exchange.BEAN_METHOD_NAME header is not be set rightly when the message exchange pattern is InOut

     [ https://issues.apache.org/activemq/browse/CAMEL-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-1777.
---------------------------------

    Resolution: Fixed

camel trunk
http://svn.apache.org/viewvc?rev=790052&view=rev
camel 1.x branch
http://svn.apache.org/viewvc?rev=790055&view=rev

> 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: 1.6.0, 2.0-M1, 1.6.1, 2.0-M2
>            Reporter: Willem Jiang
>            Assignee: 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.