Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 92221 invoked from network); 10 Oct 2008 17:00:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 17:00:43 -0000 Received: (qmail 2104 invoked by uid 500); 10 Oct 2008 17:00:43 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 2023 invoked by uid 500); 10 Oct 2008 17:00:42 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 2012 invoked by uid 99); 10 Oct 2008 17:00:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 10:00:42 -0700 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; Fri, 10 Oct 2008 16:59:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BADCC234C218 for ; Fri, 10 Oct 2008 09:59:52 -0700 (PDT) Message-ID: <12532176.1223657992763.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 09:59:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-901) If using thread() processor followed by a pipeline Camel redelivers to the wrong processor In-Reply-To: <1588370200.1221427132683.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-901. ------------------------------- Fix Version/s: 1.5.0 Resolution: Working as Designed > If using thread() processor followed by a pipeline Camel redelivers to the wrong processor > ------------------------------------------------------------------------------------------ > > Key: CAMEL-901 > URL: https://issues.apache.org/activemq/browse/CAMEL-901 > Project: Apache Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0 > Reporter: Bela Vizy > Fix For: 1.5.0 > > Attachments: BelasErrorHandlerLoggingTest.java, camel-core-test.log > > > Setup: > Error handler is specified before the thread processor and there are 3 processor after the thread() call. Third processor fails. > Bug #1: > The exchange received by the failed processor (#3) gets redelivered to the first processor in the pipe. > It should be redeliver to #3 (this works without the thread processor). > Bug #2: > The specified errorHandler (log:testError) receives the exchange that entered processor #1 (first in the pipe). > See details in the attached unit test. Also take a look at the log4j log (copy attached). The 3rd line from the bottom is the log by testError. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.