You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/23 06:32:52 UTC

[jira] Closed: (CAMEL-901) If using thread() processor followed by a pipeline Camel redelivers to the wrong processor

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

Claus Ibsen closed CAMEL-901.
-----------------------------


Thanks for reporting, and being persistent. It was a hard one to crack as it took some debugging efforts to find the culprit.

Glad it works now. So keep on providing hardball unit tests ;)

> 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
>            Assignee: Claus Ibsen
>             Fix For: 1.5.0
>
>         Attachments: BelasErrorHandlerLoggingTest.java, CAMEL-901_2nd_patch.patch, camel-core-test.log, camel_901_pipeline.patch
>
>
> 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.