Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 40757 invoked from network); 12 Jul 2005 21:18:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2005 21:18:20 -0000 Received: (qmail 53811 invoked by uid 500); 12 Jul 2005 21:18:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 53784 invoked by uid 500); 12 Jul 2005 21:18:19 -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 53771 invoked by uid 99); 12 Jul 2005 21:18:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 14:18:19 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.34] (HELO brmea-mail-3.sun.com) (192.18.98.34) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 14:18:16 -0700 Received: from phys-mpk-1 ([129.146.11.81]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id j6CLIH8t020678 for ; Tue, 12 Jul 2005 15:18:17 -0600 (MDT) Received: from conversion-daemon.mpk-mail1.sfbay.sun.com by mpk-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IJJ00D019IQ8A@mpk-mail1.sfbay.sun.com> (original mail from David.Vancouvering@Sun.COM) for derby-dev@db.apache.org; Tue, 12 Jul 2005 14:18:17 -0700 (PDT) Received: from sun.com (vpn-129-150-29-73.SFBay.Sun.COM [129.150.29.73]) by mpk-mail1.sfbay.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTP id <0IJJ00KJO9TLO1@mpk-mail1.sfbay.sun.com> for derby-dev@db.apache.org; Tue, 12 Jul 2005 14:17:45 -0700 (PDT) Date: Tue, 12 Jul 2005 14:17:44 -0700 From: David Van Couvering Subject: Re: VOTE: Connection toString output In-reply-to: <42D431E4.3060805@sun.com> To: Derby Development Message-id: <42D43378.2040302@sun.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; 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.6) Gecko/20040113 References: <42D431E4.3060805@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I just saw Kathey's email. PLEASE IGNORE THIS VOTE. I will resubmit based on Kathey's comments. David David Van Couvering wrote: > Hi, all. Kathey had asked for a vote on this, given so much > back-and-forth. > > I am copying the comment I posted to the JIRA bug DERBY-412. Please > vote on whether this is an acceptable output format for the various > toString() methods on Derby embedded connections. > > For some background on the different types of connections in Derby, see > the comments for DERBY-243. > > Here are the message strings I am proposing. > > [ ] VOTE +1/-1 on whether these formats are acceptable > > ======= > > Physical Connections, Pooled Connections (EmbedConnection, > EmbedConnection30, BrokeredConnection, BrokeredConnection30): > @ (DATABASE=), (SESSID=), > (DRDAID=), (TXID=) > > Pooled Connections (EmbedPooledConnection, EmbedXAConnection): > @ (ID=), Physical > Connection= > >