diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml
index a2475609d..68b626278 100644
--- a/openjpa-integration/tck/pom.xml
+++ b/openjpa-integration/tck/pom.xml
@@ -25,7 +25,7 @@
For JPA 1.0 -
${user.home}/.m2/privaterepos/jpa-1_0b-tck.zip
For JPA 2.0 -
- ${user.home}/.m2/privaterepos/jpatck-2.0_09-Dec-2009.zip
+ ${user.home}/.m2/privaterepos/jpatck-2.0_15-Jun-2010.zip
If you have that file in a different location, it can be specified with
the "tck.zip" system property.
@@ -179,10 +179,6 @@
-
-
-
-
diff --git a/openjpa-integration/tck/tck2.xml b/openjpa-integration/tck/tck2.xml
index 321fb2ebb..c54d10836 100644
--- a/openjpa-integration/tck/tck2.xml
+++ b/openjpa-integration/tck/tck2.xml
@@ -22,9 +22,9 @@
This ANT build file is used to run the JPA 2.0 TCK. It assumes that you have
the TCK, config and patches zip files located at:
- ${user.home}/.m2/privaterepos/jpatck-2.0_09-Dec-2009.zip
- ${user.home}/.m2/privaterepos/jpatck-2.0_09-Dec-2009_config.zip
- ${user.home}/.m2/privaterepos/jpatck-2.0_09-Dec-2009_patches.zip
+ ${user.home}/.m2/privaterepos/jpatck-2.0_15-Jun-2010.zip
+ ${user.home}/.m2/privaterepos/jpatck-2.0_15-Jun-2010_config.zip
+ ${user.home}/.m2/privaterepos/jpatck-2.0_15-Jun-2010_patches.zip
If you have that file in a different location, it can be specified with
the "tck.zip" and "tck_patches.zip" system property.
@@ -45,6 +45,8 @@
-->
+
+
-
+
The TCK file specified in the "tck.zip" system property (${tck.zip}) does not exist. This file must be downloaded separately in order to be able to run the JPA 2.0 TCK
@@ -201,10 +203,11 @@ databaseName=${db.name}
Macro for the TCK harness launcher
-->
+
-
+
@@ -220,8 +223,8 @@ databaseName=${db.name}
-
@@ -280,9 +283,8 @@ databaseName=${db.name}
all other setup steps have been performed.
-->
- Running Sun JPA 2.0 TCK - w/o Pluggability tests
+ Running JPA 2.0 TCK tests
Init must have been called before running this target!
-
@@ -292,32 +294,34 @@ databaseName=${db.name}
-
-
-
-## exclude pluggability tests for normal OpenJPA runs
-com/sun/ts/tests/pluggability/contracts/Client.java#createContainerEntityManagerFactory_from_standalone
-com/sun/ts/tests/pluggability/contracts/Client.java#getManagedClassNames_from_standalone
-com/sun/ts/tests/pluggability/contracts/Client.java#getPersistenceProviderClassName_from_standalone
-com/sun/ts/tests/pluggability/contracts/Client.java#getPersistenceUnitName_from_standalone
-com/sun/ts/tests/pluggability/contracts/Client.java#getTransactionType_from_standalone
-
-
-
+
+ Calling TCK build.all
+
+ TCK build.all returned result=${tsant.result}
+
Calling TCK initdb.xml
TCK initdb.xml returned result=${tsant.result}
- Calling TCK build.xml
-
+
+
+
+ Calling TCK build.xml for pkg.dir=${jpatck.pkg.dir}
+
+
+
+
+ Calling TCK build.xml for ALL tests
+
+
+
+
TCK build.xml returned result=${tsant.result}
@@ -327,49 +331,6 @@ com/sun/ts/tests/pluggability/contracts/Client.java#getTransactionType_from_stan
-
-
- Running Sun JPA 2.0 TCK - only Pluggability tests
- Init must have been called before running this target!
-
-
-
-
-
- The TOPLINK_CLASSPATH was not provided and needs to point to the required Toplink, OpenJPA and Derby runtime jars.
-
-
-
-
-
-
-
-
-
-
-
- Calling TCK initdb.xml
-
- TCK initdb.xml returned result=${tsant.result}
-
-
- Calling TCK build.xml
-
- TCK build.xml returned result=${tsant.result}
-
-
-
-
-
-
-
-