Atomikos Forum |
|
Hi,
I'm struggling setting up my web application and I can't find any documentation helpful to solve my problem. The problem is pretty simple, in theory. How to configure JNDI (and where!) to avoid this error: [http-8080-2/249567] ERROR org.hibernate.transaction.JTATransaction - Could not find UserTransaction in JNDI javax.naming.NameNotFoundException: Name java:comp is not bound in this Context My Tomcat is configured as specified on this website. Thank you very much, antonio
Hey!
Documentation for configuring tomcat's jndi could be found here: http://tomcat.apache.org/tomcat-6.0-doc/jndi-resources-howto.html To setup the JTA transaction correctly, read: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html#Transaction Cheers, Martin |