Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 21658 invoked from network); 2 Aug 2008 16:40:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2008 16:40:22 -0000 Received: (qmail 25118 invoked by uid 500); 2 Aug 2008 16:40:22 -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 25109 invoked by uid 99); 2 Aug 2008 16:40:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2008 09:40:22 -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; Sat, 02 Aug 2008 16:39:27 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 06C7A11159 for ; Sat, 2 Aug 2008 16:39:53 +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: Sat, 02 Aug 2008 16:39:53 -0000 Message-ID: <20080802163953.24257.49522@eos.apache.org> Subject: [Jdo Wiki] Update of "ReleaseTesting2dot1dot1" 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/ReleaseTesting2dot1dot1 New page: = 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: * http://issues.apache.org/jira/browse/JDO-584 * http://issues.apache.org/jira/browse/JDO-585 * http://issues.apache.org/jira/browse/JDO-586 * http://issues.apache.org/jira/browse/JDO-593 * http://issues.apache.org/jira/browse/JDO-600 * http://issues.apache.org/jira/browse/JDO-601 == 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/. 1. Extract the files. 1. cd to the jdo2-tck-2.1.1 or jdo2-tck-legacy-2.1.1 directory. 1. 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 [http://java.sun.com/products/jndi/downloads/index.html 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. 1. Run ''maven build'' 1. Repeat for tck2-legacy