spring - Alternative of JTATransaction -
i have spring based j2ee application runs on weblogic, wanted move tomcat.
it seems tomcat doesn't support jta transaction manager without external jar atomikos, jotm, bitronix, simplejta.
i reluctant make changes application using annotation based jta transaction manager.
are there alternatives jta transaction manager can use able switch weblogic tomcat or tomcat weblogic or other server without changing configuration file each time?
all in what's best transaction manager configuration when want keep application (war) independent of server(s).
you try tomee. it's java ee 6 server meets web profile requirements , based on tomcat. support jta transactions. can http://tomitribe.com
Comments
Post a Comment