Hi Christian, I am using the Java DSL, overriding the configure() method in a subclass of SpringRouteBuilder. I added this line to my configure() method, also to the configure() method in the test case you sent me...
getContext().setTracing(true) and added some explicit log4j info messages to the code to verify logging is working. All i see are my own messages, nothing from camel. To recap, my problem is that I am having trouble with exception handling after the first bean in my route. I want to trace execution so that I can figure out where that exception is going when it is silently dropped. But I can't get tracing to work even in the simple test case. Thanks again for all the help, -louis -- View this message in context: http://camel.465427.n5.nabble.com/global-onException-only-works-for-first-to-route-item-but-nothing-after-that-tp5724296p5724392.html Sent from the Camel - Users mailing list archive at Nabble.com.
