PersistenceContext « Annotation « JPA Q&A





1. The annotation PersistenceContext will not be recognized by WebSphere Application Server v7.0 runtimes    stackoverflow.com

I am getting the error message in Websphere when trying to use JPA @PersistenceContext annotation. I am using JPA 2.0 and hibernate as persistence provider, have all the required hibernate 3.5 ...

2. PersistenceContext Annotation    forum.hibernate.org

Hi there! I have a problem on a project, where i want to implement conversation, but there is one thing i don't understand. I have a EAR project. One of the projects concern to the EJB's, the other 2 concerns to the webapplication. This last 2 depends on the EJB project. On the EJB project i have several beans where i ...