Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 98957 invoked from network); 18 Feb 2009 16:45:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 16:45:22 -0000 Received: (qmail 61557 invoked by uid 500); 18 Feb 2009 16:45:22 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 61541 invoked by uid 500); 18 Feb 2009 16:45:22 -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 61530 invoked by uid 500); 18 Feb 2009 16:45:22 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 61527 invoked by uid 99); 18 Feb 2009 16:45:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 08:45:22 -0800 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, 18 Feb 2009 16:45:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 574AE234C48C for ; Wed, 18 Feb 2009 08:44:59 -0800 (PST) Message-ID: <361896085.1234975499343.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 08:44:59 -0800 (PST) From: "Roman Kalukiewicz (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1356) TryProcessor sets "caught.exception" header to in message, while there can be out already MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org TryProcessor sets "caught.exception" header to in message, while there can be out already ----------------------------------------------------------------------------------------- Key: CAMEL-1356 URL: https://issues.apache.org/activemq/browse/CAMEL-1356 Project: Apache Camel Issue Type: Bug Components: camel-core Affects Versions: 1.6.0 Reporter: Roman Kalukiewicz Priority: Critical Error exists in {{org.apache.camel.processor.TryProcessor.handleException(Exchange, Throwable)}}. If your exchange has already out message (that can happen if you set out and then throw an exception. Then the exception caught is set on in message. When it reaches a pipeline it will be lost after first hop. I believe {{TryProcessor}} should do what Pipelient does - copy *out* to *in* in new exchange if out exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.