jotm
Using JOTM transaction manager Doesn't works on Tomcat
Facing a strange problem here, below is the configuration i am using: 1. Apache Tomcat 6.0.26 2. mySql 3. Spring framework+ Hibernate[详细]
2023-04-12 17:31 分类:问答Spring global transaction committed after getting an element
I am using Spring and Hibernate with Jta Transactions, I have 2 databases, and I have a problem in a transactional method.[详细]
2023-03-15 17:16 分类:问答Configuring JPA and JOTM without Spring
Can anyone point me to an example of configuring JPA/JOTM in an environment where Spring isn\'t being used?[详细]
2022-12-22 13:01 分类:问答when to use global transaction Or use spring aop for transaction
Q1. i do understand when we need to deal with multiple databases, we need to use global transaction. but from this posthttp://fogbugz.atomikos.com/default.asp. the person suggested just use spring aop[详细]
2022-12-16 03:20 分类:问答