Bug 299772 - need to copy latest eclipselink and persistence jars to Glassfish V3 modules dir
Summary: need to copy latest eclipselink and persistence jars to Glassfish V3 modules dir
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2010-01-15 10:56 EST by Yiping Zhao CLA
Modified: 2022-06-09 10:29 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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