On Thursday, October 1, 2009, Lin Sun <[email protected]> wrote: > Hi, > > Upon a quick look, this looks a bit more complicated than I had > envisioned for RFC 98 impl using G transaction manager and seems to do > more than what the RFC 98 requires. :) > > What is the org.springframework.transaction package used for in the > impl? Is it the JTA impl from spring framework? >
We have had some problems cleanly integrating spring transactions and the Geronimo TM, mostly around suspend/resume calls. So those related bits allow to use the transaction manager as a spring transaction manager... > Thanks > > Lin > > On Thu, Oct 1, 2009 at 2:47 PM, Guillaume Nodet <[email protected]> wrote: >> There is an implementation of RFC 98 that lives in ServiceMix right now. >> The code is available at >> https://svn.apache.org/repos/asf/servicemix/smx4/nmr/trunk/transaction >> >> This implementation embed the Geronimo transaction manager in a >> standalone bundle. >> I think it would better fit in Aries rather than ServiceMix, so unless >> someone objects I plan to copy the code into Aries trunk sometime this >> week. >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
