You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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. Sign the Apache NDA
  2. Send the signed form to Geir Magnusson Jr. geirm@apache.org.
    Per email with Geir a scan of the signed form is fine.
  3. Geir will place a copy of the TCK in your private directory on people.apache.org.

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 :
       $  mvn integration-test -Ptck-profile
      

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

  • No labels