tomcat « EntityManager « JPA Q&A





1. PersistenceException( No persistence provider for EntityManager) in tomcat    stackoverflow.com

I am trying to deploy a web app I found on net,which is supposed to act as a jpql shell webapp demo. Trying to deploy and run it in tomcat,I ...

2. EntityManager injection (JPA, Hibernate, Tomcat)    seamframework.org

I think I have found the reason for the behaviour I have seen. The JavaBean that contains the @DataModel is of scope SESSION. The data model is initialized only once by a method I annotated with @Factory. However, the user clicks on the data scroller for the table the table is rerendered without accessing the data model through the JavaBean. It ...

3. Hibernate EntityManager with Tomcat 5    forum.hibernate.org

Hi all, I frequently do ejb dev via annotation under jboss. I have a project where Tomcat 5.5 is used and I wish to use a persistance api to replace jdbc. I don't know how to reference the persistance.xml file nor how to start hibernate. is it possible to use tomcat with hibernate Entitymanager api ? is there some kind of ...