Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 23330 invoked from network); 6 Nov 2005 18:08:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Nov 2005 18:08:04 -0000 Received: (qmail 26415 invoked by uid 500); 6 Nov 2005 18:08:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 26371 invoked by uid 500); 6 Nov 2005 18:08:00 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 26360 invoked by uid 99); 6 Nov 2005 18:08:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 10:08:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.162.199 as permitted sender) Received: from [64.233.162.199] (HELO zproxy.gmail.com) (64.233.162.199) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 10:07:54 -0800 Received: by zproxy.gmail.com with SMTP id 9so3246nzo for ; Sun, 06 Nov 2005 10:07:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BLpCXsiUo3CLBo6mpgWKit1V+y9FPEziMGAKZ5cF4kECePAj0p908xq8yeLYHtjvwmsvzdq1dVbRBxXh93zv349sXiIqMlV8CNzL4OUI4HwxCnJLkoe3oV5qLVoiqI7K7o/kbqQy+xHdej+DfH6Cx9xWW3I8KVwzYWXitlXe5hI= Received: by 10.37.21.73 with SMTP id y73mr111314nzi; Sun, 06 Nov 2005 10:07:39 -0800 (PST) Received: by 10.37.13.69 with HTTP; Sun, 6 Nov 2005 10:07:39 -0800 (PST) Message-ID: <74e15baa0511061007s4cf74492lf52d1dcff1635da9@mail.gmail.com> Date: Sun, 6 Nov 2005 13:07:39 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: XADataSource Pools MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there some reason why we can't have a generic database pool (TranQL Connector) that takes an XADataSource class and parameters instead of DriverManager connection properties and supports XA transactions? Thanks, Aaron