Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 18009 invoked from network); 15 Apr 2008 18:46:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Apr 2008 18:46:19 -0000 Received: (qmail 85145 invoked by uid 500); 15 Apr 2008 18:46:18 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 85065 invoked by uid 500); 15 Apr 2008 18:46:18 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 85054 invoked by uid 99); 15 Apr 2008 18:46:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 11:46:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil.steitz@gmail.com designates 64.233.170.191 as permitted sender) Received: from [64.233.170.191] (HELO rn-out-0910.google.com) (64.233.170.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Apr 2008 18:45:35 +0000 Received: by rn-out-0910.google.com with SMTP id e24so1155335rng.1 for ; Tue, 15 Apr 2008 11:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=C6q1X1GtkurzEU3qLQoV/gE0gIOU3VT0QNtN0h2wnoc=; b=gFfk76N4s/cOZ9B7uwdeNTlSIBIGOB60lkFHMmxCAsK7aPePsY7ttHTXX3WErz8qmIg8Mh4/IesdPNZp1OCLkAtSpUxK3oBwHcbxUQ4XVelM9BQzU22C4PE2na7pVDAKqPfTuf8/JMZ/Q0+OpasjFgtxoGTJ+Wto+mMuIuQvFDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dSWrY+avNGAjbQFUCwfj5unOkcPu8+PPOOJO4eIzvc9kbMAogDosytx1U4juSnJ04n7WFUgKxHGuHNOiQix3pV9sko9wZlFnhjv0/R+fhEA2OzhDI2T5zGQLWzl1MgG4b2myyT5MXiwx4EG2ErpLQdnSQDu3kMxz3eOrd5DxLHY= Received: by 10.142.191.2 with SMTP id o2mr2366156wff.101.1208285147374; Tue, 15 Apr 2008 11:45:47 -0700 (PDT) Received: by 10.142.133.19 with HTTP; Tue, 15 Apr 2008 11:45:47 -0700 (PDT) Message-ID: <8a81b4af0804151145u7f365fd7heb06a0469e4752c3@mail.gmail.com> Date: Tue, 15 Apr 2008 11:45:47 -0700 From: "Phil Steitz" To: "Jakarta Commons Developers List" Subject: Re: DBCP: implementation for javax.sql.ConnectionPoolDataSource Interface In-Reply-To: <018574FF07805F4E84A9F898CE13FF1003221226@bellagio.motive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <018574FF07805F4E84A9F898CE13FF1003221226@bellagio.motive.com> X-Virus-Checked: Checked by ClamAV on apache.org On 4/15/08, Rama Nittala wrote: > We are trying to configure Websphere 6.0 JDBC connection pool for > Aqualogic Database. Bea provides only a java.sql.Driver and doesn't > provide implementation for javax.sql.ConnectionPoolDataSource. > > > > In order to configure a jdbc Datasource in Websphere the provider needs > to implement javax.sql.ConnectionPoolDataSource. Since Aqualogic doesn't > have one, we are looking at DBCP to solve our problem. However, I did > not see an implementation for ConnectionPoolDataSouce interface. > > > > Can any one suggest us a solution or help us determine if DBCP is the > right solution for this problem? > > Have a look at the DriverAdapterCPDS in DBCP: http://commons.apache.org/dbcp/api-1.2.2/org/apache/commons/dbcp/cpdsadapter/DriverAdapterCPDS.html Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org