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

[jira] Updated: (CAMEL-191) Catch clause with pipeline does not proceed

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

Nicky Sandhu updated CAMEL-191:
-------------------------------

    Attachment: catch-with-pipeline-patch.txt

Review patch. Gives the exchange a fresh start by removing the exception that caused it to reach the catch clause. The exception is still available in the in header map with "caught.exception" key

> Catch clause with pipeline does not proceed
> -------------------------------------------
>
>                 Key: CAMEL-191
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-191
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.2.0
>            Reporter: Nicky Sandhu
>         Attachments: catch-with-pipeline-patch.txt
>
>
> Catch clause with pipeline does not proceed. This is because the pipeline is designed to reject exceptions. The catch processor should give the exchange a fresh start
> This started from thread http://www.nabble.com/Camel-1.2---CatchProcessor-not-working--t4690438s22882.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.