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.