et voilĂ :D https://issues.apache.org/activemq/browse/CAMEL-564
willem.jiang wrote: > > Could you fill a JIRA[1] and attach a test case for it ? > We could do a quick fix with that JIRA :) > > [1]https://issues.apache.org/activemq/browse/CAMEL > > Willem > > Hamlet84 wrote: >> 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 >> > > > ----- Regards Donatello Santoro -- View this message in context: http://www.nabble.com/Exchange.isFailed%28%29-doesn%27t-work-in-camel-1.3-tp17555852s22882p17558825.html Sent from the Camel - Users mailing list archive at Nabble.com.
