Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 66121 invoked from network); 27 May 2005 13:41:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 May 2005 13:41:27 -0000 Received: (qmail 59750 invoked by uid 500); 27 May 2005 13:41:26 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 59715 invoked by uid 500); 27 May 2005 13:41:26 -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 59701 invoked by uid 99); 27 May 2005 13:41:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from brmea-mail-3.Sun.COM (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 27 May 2005 06:41:23 -0700 Received: from phys-bur-1 ([129.148.9.72]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j4RDf6jO028442 for ; Fri, 27 May 2005 07:41:06 -0600 (MDT) Received: from conversion-daemon.bur-mail1.east.sun.com by bur-mail1.east.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IH500101HX6HY@bur-mail1.east.sun.com> (original mail from Lance.Andersen@Sun.COM) for derby-dev@db.apache.org; Fri, 27 May 2005 09:41:06 -0400 (EDT) Received: from [127.0.0.1] (vpn-129-150-64-238.East.Sun.COM [129.150.64.238]) by bur-mail1.east.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0IH500EVWI0GJP@bur-mail1.east.sun.com> for derby-dev@db.apache.org; Fri, 27 May 2005 09:41:06 -0400 (EDT) Date: Fri, 27 May 2005 09:41:03 -0400 From: "Lance J. Andersen" Subject: Re: [jira] Updated: (DERBY-230) "Schema already exists" when creating a table In-reply-to: <4296EB81.8050202@Sun.com> To: Derby Development Message-id: <4297236F.6060703@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) References: <1292804070.1116587761316.JavaMail.jira@ajax.apache.org> <42961193.2070601@sbcglobal.net> <42961DC7.4000409@sbcglobal.net> <42965908.20808@debrunners.com> <42966244.70206@sbcglobal.net> <4296A579.9090009@vancouvering.com> <4296EB81.8050202@Sun.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N perhaps it needs to be documented a bit clearer on the derby test running /development docs? Shreyas Kaushik wrote: > Same here even I use ij.stratJBMS() in any new tests. > > thanks > Shreyas > > David Van Couvering wrote: > >> I thought all the other tests use ij.startJBMS(), not >> util.startJBMS(). That's what I've been using. Was what you wrote a >> typo? >> >> Thanks, >> >> David >> >> Kathey Marsden wrote: >> >>> Daniel John Debrunner wrote: >>> >>> >>>> Any reason why this test doesn't use the same mechanism as the other >>>> java tests to get a connection? Direct use of DriverManager >>>> automatically excludes the test from being run in JSR169. The >>>> util.startJBMS() call you see in other tests should be the >>>> preferred way >>>> to get a connection. This will then pick up any test properties that >>>> modify how connections should be obtained. >>>> >>>> >>>> >>>> >>> >>> Hi Dan, >>> >>> How should a test shut down a database? I think I told Dag the wrong >>> thing this morning about his test. >>> >>> >>> >>>