From jdo-commits-return-2527-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Fri Oct 10 20:24:35 2008 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 80805 invoked from network); 10 Oct 2008 20:24:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 20:24:35 -0000 Received: (qmail 63351 invoked by uid 500); 10 Oct 2008 20:24:34 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 63338 invoked by uid 99); 10 Oct 2008 20:24:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 13:24:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 20:23:29 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 083D6118E8 for ; Fri, 10 Oct 2008 20:24:06 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Fri, 10 Oct 2008 20:24:05 -0000 Message-ID: <20081010202405.2741.54863@eos.apache.org> Subject: [Jdo Wiki] Update of "ReleaseTesting2dot2" by MichelleCaisse X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by MichelleCaisse: http://wiki.apache.org/jdo/ReleaseTesting2dot2 New page: 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. cd to the jdo2-tck-2.2 or jdo2-tck-legacy-2.2 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.2/dist/m1-ibiblio-rsync-repository,\ }}} 1. 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. 2. Run maven build 3. Repeat for tck2-legacy