diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml index 0f9ee1d6f..53e3f1279 100644 --- a/openjpa-integration/tck/pom.xml +++ b/openjpa-integration/tck/pom.xml @@ -234,7 +234,7 @@ - + @@ -255,7 +255,7 @@ openjpa.ConnectionPassword: ${db.password} openjpa.FetchBatchSize: -1 openjpa.Compatibility: StrictIdentityValues=true openjpa.Sequence: time -openjpa.Log: DefaultLevel=${openjpa.log.level} +openjpa.Log: ${openjpa.Log} openjpa.jdbc.DBDictionary: StoreCharsAsNumbers=false openjpa.jdbc.SchemaFactory: native(ForeignKeys=true) diff --git a/openjpa-integration/tck/tck2.xml b/openjpa-integration/tck/tck2.xml index 68a76de16..8a8ae96d0 100644 --- a/openjpa-integration/tck/tck2.xml +++ b/openjpa-integration/tck/tck2.xml @@ -23,7 +23,7 @@ the TCK 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_patches.zip + ${user.home}/.m2/privaterepos/jpatck-2.0_20100414_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. @@ -57,17 +57,14 @@ 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 - - - + @@ -107,7 +104,7 @@ openjpa.ConnectionPassword: ${db.password} openjpa.FetchBatchSize: -1 openjpa.Compatibility: StrictIdentityValues=true openjpa.Sequence: time -openjpa.Log: DefaultLevel=${openjpa.log.level} +openjpa.Log: ${openjpa.Log} openjpa.jdbc.DBDictionary: StoreCharsAsNumbers=true openjpa.jdbc.SchemaFactory: native(ForeignKeys=true) openjpa.jdbc.SynchronizeMappings: buildSchema(ForeignKeys=true)