On Wed, Aug 3, 2011 at 3:50 PM, Larry Meadors <[email protected]> wrote: > I'm looking for info on making a route transactional, but i'm using > guice, not spring. > > I can't seem to find anything that doesn't look like it requires spring > > Any pointers? > > Do I need to set up a spring transaction manager? >
Yeah the Camel transactional support uses Spring Transaction. So you need to setup such one. What transaction manager are you using? > Larry > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
