Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 14338 invoked from network); 1 Nov 2005 20:44:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Nov 2005 20:44:37 -0000 Received: (qmail 53822 invoked by uid 500); 1 Nov 2005 20:44:36 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 53792 invoked by uid 500); 1 Nov 2005 20:44:36 -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: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 53782 invoked by uid 99); 1 Nov 2005 20:44:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2005 12:44:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2005 12:44:31 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e1.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id jA1KiDPq017132 for ; Tue, 1 Nov 2005 15:44:13 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id jA1KiAbn121382 for ; Tue, 1 Nov 2005 15:44:10 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.13.3) with ESMTP id jA1KiA82025526 for ; Tue, 1 Nov 2005 15:44:10 -0500 Received: from [127.0.0.1] (DMCSDJDT41P.usca.ibm.com [9.72.133.77]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id jA1Ki9WZ025500 for ; Tue, 1 Nov 2005 15:44:10 -0500 Message-ID: <4367D395.1000501@debrunners.com> Date: Tue, 01 Nov 2005 12:44:05 -0800 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-dev@db.apache.org Subject: Re: ATTENTION: Revision 330103 requires junit.jar References: <4367B124.10908@sun.com> <4367B923.6090803@debrunners.com> <4367C8A0.1050304@sun.com> In-Reply-To: <4367C8A0.1050304@sun.com> 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 by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rick Hillegas wrote: > On my system (XP/cygwin), with or without the noSecurityManager=true > this test runs correctly using the DerbyNet framework: > > java -Dframework=DerbyNet > org.apache.derbyTesting.functionTests.harness.RunTest $SINGLE_TEST > > This causes a server to come up, which the test talks to. Without > specifying a framework, a server doesn't come up and this surfaces as a > PrivilegedActionException. The test seems to run cleanly inside a suite > so I'm wondering if the suite configuration brings up a server? Ok, that was the last framework I expected you to be using. :-) That's the network server with the DB2 universal driver, the security manager does not run for the client vm in that case. As I said, I was misled since the commit comment indicated the test was using embedded. Dan.