Facing a strange problem here, below is the configuration i am using: 1. Apache Tomcat 6.0.26 2. mySql 3. Spring framework+ Hibernate
I am using Spring and Hibernate with Jta Transactions, I have 2 databases, and I have a problem in a transactional method.
Can anyone point me to an example of configuring JPA/JOTM in an environment where Spring isn\'t being used?
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