WebLogicJTATransactionManager « Transaction « Spring Q&A





1. Basic Spring Transaction Question - WebLogicJTATransactionManager/RequiresNew    stackoverflow.com

I have AOP that intercepts a call to a method which starts a REQUIRED transaction. During the method logic, an exception is thrown. But the exception is caught so that ...

2. Transaction Propagation problem using JdbcTemplate and WebLogicJtaTransactionManager    forum.springsource.org

Transaction Propagation problem using JdbcTemplate and WebLogicJtaTransactionManager Hi , Problem with transaction propagation using JdbcTemplate and WebLogicJtaTransactionManager , the error as follows : ERROR main org.springframework.transaction.jta.WebLogicJtaTra nsactionManager - TransactionSynchronization.beforeCompletion threw exception ...

3. WebLogicJtaTransactionManager Global Transaction Error in EJB(2PC failure)    forum.springsource.org

Aug 12th, 2009, 01:54 AM #1 prever.kang View Profile View Forum Posts Private Message Junior Member Join Date Dec 2008 Posts 4 WebLogicJtaTransactionManager Global Transaction Error in EJB(2PC failure) Hello. Our ...