In doTry .. doCatch .. doFinally the FAILURE_ENDPOINT details should be available as well in case an exception was thrown -------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-4103 URL: https://issues.apache.org/jira/browse/CAMEL-4103 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.7.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 2.8.0 In doCatch you have access to the caught exception using the exchange property CAUGHT_EXCEPTION. But we should also make FAILURE_ENDPOINT available as well. This information is present when you use onException / errorHandler. So we should make this consistent, and be avail in doCatch / doFinally as well. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira