I have a web application using JPA and JTA with Spring. I would like to support both JBoss and Tomcat. When running on JBoss, I\'d like to use JBoss\' own TransactionManager, an
If you are using Spring 2.5 you can use . I have not used it with JBoss but it should work for you according to section 9.8 Application server-specific integration from the Spring reference manual.