Hi,

While I know how to define exception handling in Java DSL:

        errorHandler(deadLetterChannel());
        exception(java.lang.Exception.class.to("...");

I'm having a hard time figuring it out in XML. I've 
looked at the test cases but they don't do much xml configuration;
working backwards from camel-spring.xsd is kinda tough. 

Would someone send me - or point me to - an example of global and 
local error and exception configuration in XML?

Thanks, Garry
-- 
View this message in context: 
http://www.nabble.com/How-to-configure-exception-handling-in-XML-tp19057955s22882p19057955.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to