Bug 299772

Summary: need to copy latest eclipselink and persistence jars to Glassfish V3 modules dir
Product: z_Archived Reporter: Yiping Zhao <yiping.zhao>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: test
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Yiping Zhao CLA 2010-01-15 10:56:33 EST
GlassFish V3 release version has eclipselink and persistence jars from EclipseLink 2.0.0 v20091127, in order to run EclipseLink 2.0.1 (2.0 branch) and 2.1 (main branch) tests against this version, we need to overwrite existing shipped eclipselink and persistence jars with the latest ones. The changes are:

1. introduce "server.version" in test.properties, this property will be used to copy jars for only GlassFish V3.

2. add "copy-eclipselink-and-persistence-latest-jars-to-glassfish3" target in glassfish.xml to copy following jars to GLASSFISH_HOME/modules:

(1). javax.persistence_*.jar
(2). org.eclipse.persistence.antlr_2.1.0.*.jar (*_2.0.1*.jar for 2.0.1)
     org.eclipse.persistence.asm_2.1.0.*.jar   (*_2.0.1*.jar for 2.0.1)
     org.eclipse.persistence.core_2.1.0.*.jar  (*_2.0.1*.jar for 2.0.1)
     org.eclipse.persistence.jpa_2.1.0.*.jar   (*_2.0.1*.jar for 2.0.1)
     org.eclipse.persistence.jpa.modelgen_2.1.0.*.jar (*_2.0.1*.jar for 2.0.1)
     org.eclipse.persistence.oracle_2.1.0.*.jar       (*_2.0.1*.jar for 2.0.1)
Comment 1 Yiping Zhao CLA 2010-01-15 13:50:14 EST
the changes have been checked in Main branch(2.1) as revision 6284 and 2.0 branch(2.0.1) as revision 6287.

code is reviewed by Edwin Tang.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:29:53 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink