Atomikos Forum |
|
Hi,
I have a small webapp that uses Hibernate 3 that will use JTA (currently a POC to demonstrate how we use the transactions). I first succeeded to setup Tomcat 6 with JOTM as the transaction manager, but now I'd like to make my webapp working with Tomcat 6 using Atomikos as the Container Transaction Manager. I followed the installation guides on your site, put the jar transactions-hibernate3 in ${CATALINA_HOME}/lib but I get a ClassNotFoundException . I tried to move the jar file into webapps/myWebapp/WEB-INF/lib but I got this error : org.hibernate.HibernateException: Could not instantiate TransactionManagerLookup 'com.atomikos.icatch.jta.hibernate3.TransactionManagerLookup' Did anyone have the same problem ? Where do we have to put the jar files ? Regards, Laurent Vaills |