Index: jpa/eclipselink.jpa.test/build.xml =================================================================== --- jpa/eclipselink.jpa.test/build.xml (revision 8408) +++ jpa/eclipselink.jpa.test/build.xml (working copy) @@ -1858,7 +1858,7 @@ - + Index: jpa/eclipselink.jpa.test/jboss.properties =================================================================== --- jpa/eclipselink.jpa.test/jboss.properties (revision 8408) +++ jpa/eclipselink.jpa.test/jboss.properties (working copy) @@ -29,4 +29,7 @@ server.testrunner.wdf=ServerTestRunner/remote-org.eclipse.persistence.testing.framework.wdf.server.ServerTestRunner persistence10.jar=${jboss.home}/common/lib/ejb3-persistence.jar - +# The following only for JBoss-eap 5.0 testing,and it actually point to JPA1.0 unsigned jar (javax.persistence_unsigned_for_testing_1.0.0.jar), +# and this jar will be added at very beginning of client classpath +server.persistence20.lib=${jboss.server}/lib +server.persistence20.jar=${persistence10.jar}