aspose file tools
The moose likes Java in General and the fly likes Which Transaction Manager is in Effect? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Which Transaction Manager is in Effect?" Watch "Which Transaction Manager is in Effect?" New topic
Author

Which Transaction Manager is in Effect?

Jayavardhan geepi
Ranch Hand

Joined: Jul 21, 2010
Posts: 66
Hi,
In a web app, I use Spring transaction management and using JTATransactionManager comes with Spring.
I'm using JBoss AS and I know that Jboss also has JTATransactionManager.
Apart from this, database itself will be having its own transaction management.
(Please correct me if I'm wrong)

I'm confused, which transaction manager takes effect , does any override another or all work together..
Please clarify.

Thanks,
Jay
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Which Transaction Manager is in Effect?
 
Similar Threads
CMT with Spring/Hibernate
Problem using @Transactional with jtaTransactionManager
Spring -Hiberante-XA-JTA
transaction management in spring
Transaction ManageMent in Spring with Hibernate