Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Running the Sun TCK for JPA

Sun's Technology Compatibility Kit for JPA is available to OpenJPA committers (other TCKs are available to Apache committers in general).

Requesting access to the TCK

  1. Review the section "Testing with TCKs" on theApache JCP participation page
  2. The OpenJPA project should request access (this has already been done).
  3. Sign the Apache NDA .
  4. Send the signed form to Geir Magnusson Jr. geirm@apache.org.
    Per email with Geir a scan of the signed form is fine.
  5. Geir will place a copy of the TCK in your private directory on people.apache.org.

The most up to date and complete information can be found on the Apache JCP participation page .

Once you have a copy of the TCK you can execute the TCK bucket in maven.

  1. copy the tck to ${user.home}/.m2/privaterepos/jpa-1_0b-tck.zip
  2. Enable the tck profile and run the integration-test maven goal :
    Code Block
       $  mvn integration-test -Ptck-profile
      

More information on running the TCK can be found in the pom file for the tck module