assertEquals(true, out.getProperty(Exchange.FAILURE_HANDLED));
assertEquals(false, out.getProperty(Exchange.ERRORHANDLER_HANDLED));
}
protected RouteBuilder createRouteBuilder() throws Exception {
return new SpringRouteBuilder() {
public void configure() throws Exception {
// configure transacted error handler to use up till 4 redeliveries
// we have not passed in any spring TX manager. Camel will automatic
// find it in the spring application context. You only need to help
// Camel in case you have multiple TX managers