Hi Michael,
thanks for pointing to the rights JARs for the persistance-package.
I was able to solve that conflict by putting the javax.persistance.* (so the
geronimo-jpa_2.0_spec-1.1.jar) in the Tomcat-lib and all the other JARs
including openJPA Jar itself in the webapps-WEB-INF/lib.
However I
Hi Sebastian,
The binary downloads of OpenJPA includes the Java EE jars we use with
OpenJPA (look in the lib directory). The spec implementations we use come
from Geronimo, but any Java EE 6.0 compliant version of the API should work
for you.
You can also find these jars in the maven central repo
Laird -
Thanks for the heads up. The docs page[1] should be updated within an hour.
[1] http://openjpa.apache.org/documentation.html
On Wed, Aug 17, 2011 at 4:36 PM, Laird Nelson wrote:
>
> http://openjpa.apache.org/builds/apache-openjpa-2.1.1/docs/manual/manual.htmlgives
> me a 404. This is
Hi,
we are migrating a larger Open Source project (OpenMeetings) from Hibernate
to openJPA for Apache incubation and face some issues with openJPA's
dependencies to javax.persistance.PersistanceProvider:
We already have the javaee-api-5.1.1.jar (
http://openmeetings.googlecode.com/svn/trunk/sing