Spring DSL - Some route scoped concerns such as onException etc. can vanish in some edge cases ----------------------------------------------------------------------------------------------
Key: CAMEL-2336 URL: https://issues.apache.org/activemq/browse/CAMEL-2336 Project: Apache Camel Issue Type: Bug Components: camel-spring Affects Versions: 2.1.0, 2.0.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.2.0 The JAXB creates the Spring DSL model in a bit wacky way so we need to work on it a bit before Camel can create the runtime routes. In some cases some of the cross functions such as onCompletion, onException could potentially vanish. The problem is really that we should have divided the route into a upper / lower section where upper is the cross functions and the lower the actual route. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.