Re: Some questions of camel's jta transaction support(failed to try the nested transaction)

2010-11-26 Thread ext2
ks at all; because the inner route's has marked the exception of Exchange as "handled"; The only way I can take is writing code to directly change the exchange's Exception or set Exchange's properties; But this is mysterious for the camel's end-user; Sender:

Re: Some questions of camel's jta transaction support

2010-11-26 Thread ext2
quot;handled"; The only way I can take is writing code to directly change the exchange's Exception or set Exchange's properties; But this is mysterious for the camel's end-user; Sender: Claus Ibsen [mailto:claus.ib...@gmail.com] Time: 2010年11月26日 16:53 Receiver: users@

Re: Some questions of camel's jta transaction support

2010-11-26 Thread Claus Ibsen
Hi Camel in Action chapter 9 really covers transaction and compensations really well. On Fri, Nov 26, 2010 at 6:06 AM, ext2 wrote: > 1: Could the from-endpoint decide how to do the post-action  according to > following  route's transaction result(rollback/commit)? > >  Fo example : >        fro