Index: jpa/eclipselink.jpa.test/build.xml =================================================================== --- jpa/eclipselink.jpa.test/build.xml (revision 8265) +++ jpa/eclipselink.jpa.test/build.xml (working copy) @@ -1880,7 +1880,7 @@ - + Index: jpa/eclipselink.jpa.test/weblogic.properties =================================================================== --- jpa/eclipselink.jpa.test/weblogic.properties (revision 8265) +++ jpa/eclipselink.jpa.test/weblogic.properties (working copy) @@ -58,6 +58,9 @@ server.url=t3://${weblogic.host}:${weblogic.port}/ server.admin.url=${server.url} target.server=myserver +# The following only for WebLogic JPA2.0 support +server.persistence20.lib=${weblogic.installdir}/../patch_wls1034/profiles/default/sys_manifest_classpath +server.persistence20.jar=weblogic_patch.jar #################################### # Cache Co-Ordination Testing only Index: jpa/eclipselink.jpa.test/weblogic.xml =================================================================== --- jpa/eclipselink.jpa.test/weblogic.xml (revision 8265) +++ jpa/eclipselink.jpa.test/weblogic.xml (working copy) @@ -106,6 +106,8 @@ dir="${weblogic.domain}" host="${weblogic.host}" generateConfig="true" verbose="true" username="${server.user}" password="${server.pwd}" action="start"> + +