Apache JDO 2.1.1 Release Testing

This page describes the release testing for the GA release of JDO 2.1.1. This is a bug fix release. It includes fixes for the following issues:

Test Procedure

In testing the release candidate, follow these steps.

  1. Download the tck2 and tck2 legacy releases from http://people.apache.org/~mcaisse/jdo2.1.1/dist/db/jdo/2.1.1/.
  2. Extract the files.
  3. cd to the jdo2-tck-2.1.1 or jdo2-tck-legacy-2.1.1 directory.
  4. Edit project.properties, replacing the following line in the maven.repo.remote property assignment:
    http://repo1.maven.org/maven,\
       

with

http://people.apache.org/~mcaisse/jdo2.1.1/dist/java-repository,\
   
  1. The JNDI test cases in tck2 are configured to use Sun's JNDI implementation. To download, go here, click the Download button at 'Download JNDI 1.2.1 & More', accept a license agreement, download 'File System Service Provider, 1.2 Beta 3' and then unpack the downloaded zip. Put the included jars fscontext.jar and providerutil.jar into the lib/ext directory.
  2. Run maven build
  3. Repeat for tck2-legacy
  • No labels