Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 45696 invoked from network); 12 Jul 2005 21:42:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2005 21:42:56 -0000 Received: (qmail 85686 invoked by uid 500); 12 Jul 2005 21:42:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85647 invoked by uid 500); 12 Jul 2005 21:42:55 -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 85634 invoked by uid 99); 12 Jul 2005 21:42:54 -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:42:54 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2005 14:42:51 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j6CLgoS0028435 for ; Tue, 12 Jul 2005 17:42:50 -0400 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j6CLgoXR238390 for ; Tue, 12 Jul 2005 17:42:50 -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 j6CLgohp017559 for ; Tue, 12 Jul 2005 17:42:50 -0400 Received: from [127.0.0.1] (DMCSDJDT41P.usca.ibm.com [9.72.133.82]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j6CLgl2q017411 for ; Tue, 12 Jul 2005 17:42:50 -0400 Message-ID: <42D43937.4060309@debrunners.com> Date: Tue, 12 Jul 2005 14:42:15 -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: VOTE: Connection toString format (redo) References: <42D4345B.7050104@sun.com> In-Reply-To: <42D4345B.7050104@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 David Van Couvering wrote: > Here is a new proposal, taking into account Kathey's comments: > > [ ] VOTE on toString() format for Derby embedded connections > > Physical Connections, Pooled Connections (EmbedConnection, > EmbedConnection30, > BrokeredConnection, BrokeredConnection30): > @ (DATABASE=), (SESSIONID=), > (DRDAID=), (XID=) > > Pooled Connections (EmbedPooledConnection, EmbedXAConnection): > @ (ID=), Physical > Connection= > Could you add examples, just to be clear? E.g. I'm not sure what classname means, EmbedConnection or org.apache.derby.impl.jdbc.EmbededConnection. Dan.