Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added Apache Geronimo and WAS Community Edition to the list

Excerpt
hiddentrue

How to integrate OpenJPA with various containers and application servers

Integrating with Apache Geronimo:

Apache Geronimo V2.0.2 through 2.1.3 include OpenJPA 1.0.x and you can simply deploy an enterprise archive, web archive, or EJB-JAR that contains a persistence unit.
Apache Geronimo V2.1.4 includes OpenJPA 1.2.x and you can simply deploy an enterprise archive, web archive, or EJB-JAR that contains a persistence unit.

Integrating with GlassFish:

Since GlassFish implements the Java Persistence API 1.0 SPI, it is very easy to use OpenJPA in Glassfish. See Sahoo's blog for further details.

...

Since Sun Java System Application Server is based on code from the GlassFish project, the instructions to use OpenJPA in GlassFish and Sun Java System Application Server remain the same.

Integrating with IBM WebSphere Application Server

...

:

See IBM WebSphere Developer Technical Journal: Leveraging OpenJPA with WebSphere Application Server V6.1.
Also, WebSphere Application Server V6.1 can download and install the EJB3 Feature Pack, which includes OpenJPA 1.0.x.
WebSphere Application Server V7.0 includes OpenJPA 1.2.x and you can simply deploy an enterprise archive, web archive, or EJB-JAR that contains a persistence unit.

Integrating with IBM WebSphere Application Server Community Edition:

WebSphere Application Server Community Edition V2.0.0.2 through 2.1.1.1 include OpenJPA 1.0.x and you can simply deploy an enterprise archive, web archive, or EJB-JAR that contains a persistence unit.
WebSphere Application Server Community Edition V2.1.x releases after V2.1.1.1 will include OpenJPA 1.2.x and you can simply deploy an enterprise archive, web archive, or EJB-JAR that contains a persistence unit.

Integrating with JOnAS Application Server V 4.X (J2EE 1.4 / EJB2.1 Container):

...