You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Roman Kalukiewicz (JIRA)" <ji...@apache.org> on 2009/08/06 12:41:38 UTC

[jira] Created: (CAMEL-1883) EXCEPTION_CAUGHT header should be set to exception caught

EXCEPTION_CAUGHT header should be set to exception caught
---------------------------------------------------------

                 Key: CAMEL-1883
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1883
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.0-M3
            Reporter: Roman Kalukiewicz
            Assignee: Roman Kalukiewicz
             Fix For: 2.0.0


Currently whatever exception is caught in doCatch there is a EXCEPTION_CAUGHT header set to the exception that was set on the exchange itself. As doCatch() traverses causes of exception it might happen that something else is caught and something else is in EXCEPTION_CAUGHT header.

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


[jira] Resolved: (CAMEL-1883) EXCEPTION_CAUGHT header should be set to exception caught

Posted by "Roman Kalukiewicz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Kalukiewicz resolved CAMEL-1883.
--------------------------------------

    Resolution: Fixed

Fixed in r801596

> EXCEPTION_CAUGHT header should be set to exception caught
> ---------------------------------------------------------
>
>                 Key: CAMEL-1883
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1883
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0-M3
>            Reporter: Roman Kalukiewicz
>            Assignee: Roman Kalukiewicz
>             Fix For: 2.0.0
>
>
> Currently whatever exception is caught in doCatch there is a EXCEPTION_CAUGHT header set to the exception that was set on the exchange itself. As doCatch() traverses causes of exception it might happen that something else is caught and something else is in EXCEPTION_CAUGHT header.

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