Re: global onException doesnt apply for routes loaded with loadRoutesDefinition

2011-04-08 Thread Claus Ibsen
Yeah Camel 3.0 will improve on this as we will refactor and improve parts of the internal routing engine / builder to cater for that. So error handlers and the likes is applied in a more dynamic fashion, instead of as now, as being applied during route build time. On Thu, Apr 7, 2011 at 2:06 PM,

global onException doesnt apply for routes loaded with loadRoutesDefinition

2011-04-07 Thread Joerg Wuelker MIS-OSN
Hi, i am using camel 2.6.0 and try to load additional camel routes from XML outside the SpringXML. In the spring-context-xml i create a camel context with a global route and a global onException-definition. In addition i have an RoutesBuilder which loads additional (customer-)routes from XML