OnException - The order they are defined in the RouteBuilder / XML should be preserved when you have multiple of the same exception type ----------------------------------------------------------------------------------------------------------------------------------------
Key: CAMEL-3711 URL: https://issues.apache.org/jira/browse/CAMEL-3711 Project: Camel Issue Type: Bug Components: camel-core, camel-spring Affects Versions: 2.6.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.7.0 When you have 2+ of {{onException(MyExcpetion.class)}} then the order may get reversed, in the logic which prepares the routes. The logic should cater for clashes and ensure orders is preserved. This currently only occurs for XML based routes. The Java DSL works. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira