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 jar files in classpath.
Why does this error message appear?
Problem description: The annotation PersistenceContext will not be recognized by WebSphere Application Server v7.0 runtimes. Set the UseEJB61FEPScanPolicy custom property to true in the MANIFEST.MF file for this module.