Atomikos Forum |
|
Hi,
I've integrated atomikos 3.4.4 with Spring 2.5.6 and Hibernate 3.2.6 I am following the doc (http://www.atomikos.com/Documentation/HibernateIntegration) but I can't get this working in a unit test. With this <prop key="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</prop> Hibernate is trying to lookup something in JNDI tree that obviously does not exist. Is there an example somehwere of a Spring/Hibernate integration outside the container? Thx, Stéphane |