Equinox OSGi + JPA Eclipselink + PAX JDBC driver adapter

449 Views Asked by At

After many problems with "CLASS NOT FOUND" problems in OSGi working with JPA persistence & Eclipse link, I found some article introducing PAX JDBC driver adapter.

Does anybody has some experience with this ?

1

There are 1 best solutions below

1
On

Pax JDBC should be fairly straightforward to use. Just check out the docs.

In combination with Eclipselink, you should probably stay clear of the Eclipselink OSGi adapter which has an unnecessary dependency on Eclipse Gemini DBAccess, at least last time I looked at it.

Pax JPA is an incubating project which provides OSGi Enterprise compliant adapters for Eclipselink and OpenJPA.