On Thu, Aug 12, 2010 at 1:12 PM, Charles Moulliard <[email protected]> wrote: > It works fine if I remove the intercept strategy in the camel route > > // getContext().addInterceptStrategy( > // new AuditInterceptStrategy(getRepository())); > > Here is the trace about what the mock:error endpoint receive > > 35531 [main] INFO org.apache.camel.component.mock.MockEndpoint - Asserting: > Endpoint[mock://error] is satisfied > PROPERTIES ERROR: {CamelToEndpoint=mock://error, > CamelFailureEndpoint=direct://start, > CamelExceptionCaught=org.fusesource.esb.audit.testsupport.MockOrderService$OrderFail > edException: Cannot order: fail} > >
Thanks I have created a ticket to track this https://issues.apache.org/activemq/browse/CAMEL-3049 -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
