Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 62651 invoked from network); 1 Jul 2009 09:52:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Jul 2009 09:52:18 -0000 Received: (qmail 50408 invoked by uid 500); 1 Jul 2009 09:52:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 50365 invoked by uid 500); 1 Jul 2009 09:52:29 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 50355 invoked by uid 500); 1 Jul 2009 09:52:29 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 50352 invoked by uid 99); 1 Jul 2009 09:52:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 09:52:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2009 09:52:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0AFE9234C045 for ; Wed, 1 Jul 2009 02:52:07 -0700 (PDT) Message-ID: <1400084296.1246441927041.JavaMail.jira@brutus> Date: Wed, 1 Jul 2009 02:52:07 -0700 (PDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-1777) The Exchange.BEAN_METHOD_NAME header is not be set rightly when the message exchange pattern is InOut In-Reply-To: <1835670695.1246433767026.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ 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.