ReleaseTesting2dot2 Apache JDO 2.2 Release Testing

This page describes the release testing for the GA release of JDO 2.2. The release notes at [WWW] https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313070&styleName=Html&projectId=10630&Create=Create describe the improvements implemented for this release.

Test Procedure

In testing the release candidate, follow these steps.

  1. Download the tck2 and tck2 legacy releases from [WWW] http://people.apache.org/~mcaisse/jdo2.2/dist/db/jdo/2.2/. 2. Extract the files. 3. The JNDI test cases in tck2 are configured to use Sun's JNDI implementation. To download, go to http://java.sun.com/products/jndi/downloads/index.html, 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. 4. cd to the jdo2-tck-2.2 or jdo2-tck-legacy-2.2 directory. 5. Edit project.properties, replacing the following line in the maven.repo.remote property assignment:

      http://repo1.maven.org/maven,\{noformat}          

with

http://people.apache.org/~mcaisse/jdo2.2/dist/m1-ibiblio-rsync-repository,\{noformat}

Check to make sure that there is no blank following the {{}} character above.

Then, run maven build

Repeat for tck2-legacy

  • No labels