Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Examples/JPA"

(EclipseLink JPA Examples)
(JPA with JSF Web Application Tutorials)
Line 55: Line 55:
 
! JEE Version
 
! JEE Version
 
! Issues
 
! Issues
|-
 
|[[EclipseLink/Examples/JPA/OC4J_Web_Tutorial|Oracle OC4J]]|| 10.1.3 / 11.1.1 || 5 || -
 
|-
 
|[[EclipseLink/Examples/JPA/JBoss_Web_Tutorial|JBoss]] || 4.2.2 || 5 || Dynamic weaving is disabled due to ([http://jira.jboss.com/jira/browse/EJBTHREE-572 JIRA-572]) - see  [[EclipseLink/Examples/JPA/Migration/JBoss | static weaving workaround]]
 
 
|-
 
|-
 
|[[EclipseLink/Examples/JPA/WebLogic_Web_Tutorial|BEA WebLogic]]|| V10.0 || 5 || -
 
|[[EclipseLink/Examples/JPA/WebLogic_Web_Tutorial|BEA WebLogic]]|| V10.0 || 5 || -
 
|-
 
|-
 
|[[EclipseLink/Examples/JPA/WebLogic_10_3_Web_Tutorial|BEA WebLogic]]|| V10.3 (beta)TP || 5 || Deployment [http://forums.bea.com/thread.jspa?threadID=300004403 issues] with non-Kodo JPA providers in [https://bugs.eclipse.org/231641 bug#231641]
 
|[[EclipseLink/Examples/JPA/WebLogic_10_3_Web_Tutorial|BEA WebLogic]]|| V10.3 (beta)TP || 5 || Deployment [http://forums.bea.com/thread.jspa?threadID=300004403 issues] with non-Kodo JPA providers in [https://bugs.eclipse.org/231641 bug#231641]
 +
|-
 +
|[[EclipseLink/Examples/JPA/OC4J_Web_Tutorial|Oracle OC4J]]|| 10.1.3 / 11.1.1 || 5 || -
 
|-
 
|-
 
|[[EclipseLink/Examples/JPA/GlassFishV2_Web_Tutorial|GlassFish]]|| V2.1 || 5 || Requires GlassFish V2.1 build 32
 
|[[EclipseLink/Examples/JPA/GlassFishV2_Web_Tutorial|GlassFish]]|| V2.1 || 5 || Requires GlassFish V2.1 build 32
 
|-
 
|-
 
|[[EclipseLink/Examples/JPA/GlassFishV3_Web_Tutorial|GlassFish]]|| V3 || 5 ||  
 
|[[EclipseLink/Examples/JPA/GlassFishV3_Web_Tutorial|GlassFish]]|| V3 || 5 ||  
 +
|-
 +
|[[EclipseLink/Examples/JPA/JBoss_Web_Tutorial|JBoss]] || 4.2.2 || 5 || Dynamic weaving is disabled due to ([http://jira.jboss.com/jira/browse/EJBTHREE-572 JIRA-572]) - see  [[EclipseLink/Examples/JPA/Migration/JBoss | static weaving workaround]]
 
|-
 
|-
 
|SUN Application Server || 9.1 || 5 || -  
 
|SUN Application Server || 9.1 || 5 || -  

Revision as of 10:28, 28 May 2008


The following examples are provided to assist developers with their adoption and usage of EclipseLink's JPA and native ORM functionality. See Developing JPA Projects in the EclipseLink User's Guide for details.

EclipseLink JPA Examples

Tutorials

JPA with JSF Web Application Tutorials

Container Version JEE Version Issues
BEA WebLogic V10.0 5 -
BEA WebLogic V10.3 (beta)TP 5 Deployment issues with non-Kodo JPA providers in bug#231641
Oracle OC4J 10.1.3 / 11.1.1 5 -
GlassFish V2.1 5 Requires GlassFish V2.1 build 32
GlassFish V3 5
JBoss 4.2.2 5 Dynamic weaving is disabled due to (JIRA-572) - see static weaving workaround
SUN Application Server 9.1 5 -
IBM WebSphere 6.1 1.4 -
IBM WebSphere 7.5 5 -
IBM WebSphere CE 2.0.0.2 5 -
Apache Geronimo 2.0.2 5 -
Apache Tomcat 6 No -

Migrating to EclipseLink

These how-to's focus on migrating from previous editions of TopLink and other JPA providers to using EclipseLink.

Database Platform Extensions

  • Oracle: Spatial, VPD/OLS, TIMESTAMP, XDB

Using Native ORM through JPA Examples

These examples focus on using EclipseLink JPA with native extensions

Native Object-Relational Examples

These examples focus on the usage of EclipseLink's native object-relational APIs and meta-data

Back to the top