TransactionManagerLookup « Tomcat « JPA Q&A





1. No TransactionManagerLookup configured & Tomcat    forum.hibernate.org

Hi, Am progressing with Hibernate, and, boy is it cool!! Am a little confused still by this message which I get when I start tomcat: INFO: No TransactionManagerLookup configured (in JTA environment...) ... INFO: no JNDI name configured Have looked through forums, but can't grasp how to set this up properly with Tomcat. I'm using Tomcat's connection pooling at the moment. ...

2. No TransactionManagerLookup specified (Tomcat 4.0, MySQL )    forum.hibernate.org

I am getting following error when I try to update User object through UserDAO class. Application is setting also given below Please let me know if any know the reason for this issue. --------------- ERROR LOG --------------- org.hibernate.HibernateException: No TransactionManagerLookup specified at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:503) at com.netopia.training.app.dao.UserDAO.updateUser(UserDAO.java:43) at com.netopia.training.web.action.EditUserAction.updateUser(EditUserAction.java:77) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ----------------------------- APPLICATION SETTING & JAVA CLASSES ----------------------------- 1) org.hibernate.dialect.MySQLDialect

3. Could not instantiate TransactionManagerLookup using Tomcat    forum.hibernate.org

Hello, I have spent almost two days on this and it is driving me crazy. Perhaps someone can shed some light. I am using Tomcat 6 or 5/Hibernate 3.0/MySQL in a Web Application. I am attempting to load up a Hibernate Factory and create a session for the very first time. However, for some reason, the class loader cannot find the ...

4. TransactionManagerLookup for Tomcat    forum.hibernate.org