Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 54517 invoked from network); 26 May 2005 23:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2005 23:37:26 -0000 Received: (qmail 92330 invoked by uid 500); 26 May 2005 23:37:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 92299 invoked by uid 500); 26 May 2005 23:37:24 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 92282 invoked by uid 99); 26 May 2005 23:37:24 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from e4.ny.us.ibm.com (HELO e4.ny.us.ibm.com) (32.97.182.144) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 26 May 2005 16:37:22 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e4.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j4QNbKJt017788 for ; Thu, 26 May 2005 19:37:20 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j4QNbKbY154558 for ; Thu, 26 May 2005 19:37:20 -0400 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j4QNbF97015575 for ; Thu, 26 May 2005 19:37:15 -0400 Received: from [127.0.0.1] (sig-9-48-112-220.mts.ibm.com [9.48.112.220]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j4QNaEmx013196 for ; Thu, 26 May 2005 19:37:04 -0400 Message-ID: <42965D68.20207@debrunners.com> Date: Thu, 26 May 2005 16:36:08 -0700 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: J9 Foundation & RunSuite References: <4295FC1A.3010807@debrunners.com> <429620BA.8070603@debrunners.com> In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Myrna van Lunteren wrote: > The worst trouble in passing on properties is often between RunSuite and > RunList... > Which properties aren't being passed on, the bootclasspath? There's the > -Dbootcp= flag that I hacked in specifically to enable the harness to > pass on this special j9 jvmflag that do not fall in the -Xmx### format > (so does not work with the jvmflags properties)...Or are the dataSource > properties not getting passed on? No, it's the properties I use to set the tests to obtain connections via a DataSource through ij. If I run RunTest directly with -Dij.dataSource= and other ij.dataSource properties then everything is ok. RunTest sees these and removes ij.database and ij.protocol from _app property files. But if I run RunSuite with the same -D flags, those properties are not passed onto RunTest by RunSuite (RunList). Dan.