4.0.0 org.apache.openjpa openjpa-integration 3.0.1-SNAPSHOT openjpa-integration-tck pom OpenJPA Integration Tests - JPA TCK OpenJPA Integration Tests - JPA TCK ${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml 20110815 tck2-profile org.apache.maven.plugins maven-enforcer-plugin validate enforce [1.8,) org.apache.maven.plugins maven-antrun-plugin tckinit pre-integration-test Running Sun JPA 2.0 TCK Init run run-tck integration-test Running Sun JPA 2.0 TCK run org.apache.openjpa openjpa-all ${project.version} org.slf4j slf4j-simple ${slf4j.version} tck-profile org.apache.maven.plugins maven-antrun-plugin run-tck integration-test Running Sun JPA 1.0b 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: ${openjpa.Log} 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=${jpatck.reports.dir} 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} Update directory paths if running on Windows AGENT: ${agent}${agent.properties} Logging JPA TCK output to ${tck.log} Calling TCK initdb.xml TCK initdb.xml returned result=${tsant.result} Calling TCK build.xml TCK build.xml returned result=${tsant.result} Results archive at: ${tck.results.archive} Some tests failed JPA TCK Passed 100%! run org.apache.geronimo.specs geronimo-jpa_2.1_spec compile org.apache.openjpa openjpa-kernel ${project.version} test-db2-jcc test-db2-jcc ${db2.groupid} ${db2.driver.artifactid} ${db2.version} test ${db2.groupid} ${db2.license.artifactid} ${db2.version} test http://not.a.real.repository com.ibm.db2 jcc-driver jcc-license 9.5 com.ibm.db2.jcc.DB2Driver jdbc:db2://localhost:50000/tck ${openjpa.db2.url} ${openjpa.db2.username} ${openjpa.db2.password} db2 db2.repository DB2 Repository ${db2.maven.repo} default false true ignore org.apache.derby derby compile