Hi I suggest to make a simpler use-case to see if you can get that working, eg something that just do a couple of JDBC inserts to see if you can have it commit and rollback as expected with TX in a Camel route.
eg is often to setup all that JDBC / DataSource / Spring TX stuff that can be a bit tricky to get all pieces right. And use as simple as possible Camel route, eg just from X to Y to Z etc. On Fri, Nov 1, 2013 at 9:01 PM, WPk <[email protected]> wrote: > Hi, > Thanks for responding. The transactions are not committed even when there > are no exceptions.. transacted() does not seem to do any job.. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-transacted-route-tp5742362p5742528.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
