Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 47631 invoked from network); 4 Oct 2006 13:58:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 13:58:27 -0000 Received: (qmail 77326 invoked by uid 500); 4 Oct 2006 13:58:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 77204 invoked by uid 500); 4 Oct 2006 13:58:22 -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 77171 invoked by uid 99); 4 Oct 2006 13:58:22 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 06:58:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [192.18.1.36] ([192.18.1.36:20941] helo=gmp-ea-fw-1.sun.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id BD/46-00170-2EDB3254 for ; Wed, 04 Oct 2006 06:58:00 -0700 Received: from d1-emea-09.sun.com (d1-emea-09.sun.com [192.18.2.119] (may be forged)) by gmp-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k94DunoA014367 for ; Wed, 4 Oct 2006 14:56:51 +0100 (BST) Received: from conversion-daemon.d1-emea-09.sun.com by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0J6M00A016J0DV00@d1-emea-09.sun.com> (original mail from Dag.Wanvik@Sun.COM) for derby-dev@db.apache.org; Wed, 04 Oct 2006 14:56:49 +0100 (BST) Received: from khepri05.norway.sun.com ([129.159.112.194]) by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0J6M00JY66QLAH40@d1-emea-09.sun.com> for derby-dev@db.apache.org; Wed, 04 Oct 2006 14:56:46 +0100 (BST) Date: Wed, 04 Oct 2006 15:56:43 +0200 From: Dag.Wanvik@Sun.COM (Dag H. Wanvik) Subject: testing gotcha: placement of DerbyTesting.jar in 10.2.1.6 Sender: Dag.Wanvik@Sun.COM To: derby-dev@db.apache.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.0.50 (usg-unix-v) X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, The distribution has a ../lib and a ../test directory. If I try to run the tests by setting up my CLASSPATH to point to via these, many tests fail (symptom: resource not found). If I move the ../test jars (derbyTesting.jar + oro) over to ../lib, the tests run successfully. Has anybody else noted this? A caveat would seem in order. Is this a security manager issue or something else? I did not find any mention of this anywhere. The ../test/README.htm is geared towards sandbox testing. Thanks, Dag