Re: using TransactionErrorHandler with Camel and Karaf

2015-06-15 Thread yogu13
Thanks Claus! Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/using-TransactionErrorHandler-with-Camel-and-Karaf-tp5768124p5768267.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: using TransactionErrorHandler with Camel and Karaf

2015-06-15 Thread Claus Ibsen
You can use aries TX manager, but you need to use the spring api to setup it up. There are some TX example with blueprint on the internet / github repos. You may check the fuse by examples repos. On Sun, Jun 14, 2015 at 6:17 PM, yogu13 wrote: > Hello Claus, > > Sorry missed a tiny detail we are

Re: using TransactionErrorHandler with Camel and Karaf

2015-06-14 Thread yogu13
Hello Claus, Sorry missed a tiny detail we are using Aries Blueprint instead of Spring...Please let me know if it would still work Regards, -Yogesh On Sun, Jun 14, 2015 at 9:13 PM, Claus Ibsen-2 [via Camel] < ml-node+s465427n5768210...@n5.nabble.com> wrote: > Hi > > You can do onException and h

Re: using TransactionErrorHandler with Camel and Karaf

2015-06-14 Thread Claus Ibsen
Hi You can do onException and handled = false, then the TX will still rollback but you can do certain tasks when the exception happens. Its the spring tx manager that is used, so you can use that with osgi. On Fri, Jun 12, 2015 at 7:07 AM, yogu13 wrote: > Hi, > > I went through earlier posts on

Re: using TransactionErrorHandler with Camel and Karaf

2015-06-14 Thread yogu13
anyone ? -- View this message in context: http://camel.465427.n5.nabble.com/using-TransactionErrorHandler-with-Camel-and-Karaf-tp5768124p5768182.html Sent from the Camel - Users mailing list archive at Nabble.com.