Christian Mueller wrote > I think your "appErrorHandler" is throwing an exception. Can you check > this!?
There is no exception on method onTimeOutException in app ErrorHandler the org.apache.camel.ExchangeTimedOutException came from MinaProducer, because time out occured. the org.apache.camel.CamelExecutionException came from wrapCamelExecutionException from ExpressionBuilder, because Body is null. overall route in my app: [jetty http]-[seda]-[mina] -- View this message in context: http://camel.465427.n5.nabble.com/got-FatalFallbackErrorHandler-when-trying-handing-error-with-bean-tp5729828p5729883.html Sent from the Camel - Users mailing list archive at Nabble.com.
