4.0.0 openjpa-integration-tck pom OpenJPA Integration Tests - JPA TCK OpenJPA Integration Tests - JPA TCK org.apache.openjpa openjpa-integration 2.0.0-SNAPSHOT tck-profile org.apache.maven.plugins maven-antrun-plugin run-tck integration-test Running Sun JPA TCK The TCK file ${tck.zip} does not exist. This file must be downloaded separately in order to be able to run the JPA TCK The TCK file specific 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 TCK javax.persistence.provider: org.apache.openjpa.persistence.PersistenceProviderImpl openjpa.ConnectionDriverName: ${db.driver} openjpa.ConnectionURL: ${db.url} openjpa.ConnectionUserName: ${db.username} openjpa.ConnectionPassword: ${db.password} openjpa.FetchBatchSize: -1 openjpa.Compatibility: StrictIdentityValues=true openjpa.Sequence: time openjpa.Log: DefaultLevel=${openjpa.log.level} openjpa.jdbc.DBDictionary: StoreCharsAsNumbers=false openjpa.jdbc.SchemaFactory: native(ForeignKeys=true) ######################################################################### ## OpenJPA specific properties follow ######################################################################### jpa.home=${tck.dir} work.dir=${jpatck.work.dir} report.dir=${tck.dir}/../reports jpa.classes=${cp.property} database.classes=${jpa.classes} # Need to specify java.* classes, both in Windows/UNIX locations as well as Mac. # This includes a few different possible locations; only one of them needs to # actually work for a given environment. sigTestClasspath=${JAVA_HOME}/lib/rt.jar${path.separator}${JAVA_HOME}/jre/lib/rt.jar${path.separator}${JAVA_HOME}/../Classes/classes.jar${path.separator}$${jpa.classes} persistence.unit.properties.file.full.path=${openjpa.properties} database.user=${db.username} database.passwd=${db.password} database.url=${db.url} database.driver=${db.driver} databaseName=${db.name} AGENT: ${agent}${agent.properties} Logging JPA TCK output to ${tck.log} Some tests failed JPA TCK Passed 100%! Results archive at: ${tck.results.archive} run java.net Java.net Maven Repository https://maven-repository.dev.java.net/nonav/repository legacy org.apache.geronimo.specs geronimo-jpa_2.0_spec compile org.apache.openjpa openjpa-kernel ${pom.version} org.apache.derby derby ${derby.version} compile