Ron,
I just re-enabled this test this afternoon. Unfortunately, the
<handleFault/> needs some minor improvements, but you can already define
this with an <interceptor/> as is shown in
http://svn.eu.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/faultRoute.xml?view=markup.
Regards,
Gert
rgavlin wrote:
I would like to configure a DeadLetterChannel ErrorHandler that handles both
exceptions and faults. The ExceptionClause documentation provides a nice
Spring DSL example. However, I have not found similar documentation
describing how faults should be handled using Spring DSL. Would it be
possible to provide a simple example?
I took a look at
http://fisheye6.atlassian.com/browse/activemq/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/processor/SpringFaultRouteTest.java?r=659491
but unfortunately it appears to currently be a work-in-progress.
Thanks for your assistance.
/Ron