Hi to everything. I noticed there is a problem with Camel 1.3 Writing this.from (address ) .tryBlock () .process (test New () ) .to (xxxx ) .handle (Exception.class ) .process (new FaultProcessor () )
If the test Processor raises an exception, comes recalled correctly the FaultProcessor, but if in his method process I write "Exchange failed? " + exchange.isFailed () the result is FALSE. It's a bug? Using camel 1.2 with the same code the result is true ----- Regards Donatello Santoro -- View this message in context: http://www.nabble.com/Exchange.isFailed%28%29-doesn%27t-work-in-camel-1.3-tp17555852s22882p17555852.html Sent from the Camel - Users mailing list archive at Nabble.com.
