Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 78579 invoked from network); 27 Nov 2007 02:03:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2007 02:03:32 -0000 Received: (qmail 21126 invoked by uid 500); 27 Nov 2007 02:03:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 21103 invoked by uid 500); 27 Nov 2007 02:03:19 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 21092 invoked by uid 99); 27 Nov 2007 02:03:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2007 18:03:19 -0800 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 blacksnow666@gmail.com designates 209.85.134.185 as permitted sender) Received: from [209.85.134.185] (HELO mu-out-0910.google.com) (209.85.134.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2007 02:02:59 +0000 Received: by mu-out-0910.google.com with SMTP id i10so1263830mue for ; Mon, 26 Nov 2007 18:03:00 -0800 (PST) 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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=6BK6zVzKp7SiEmpBs7hyPvN/dZ0Nf+SuVZt/jQ36b4o=; b=apdFRMuj7yDjiw+uZA6kv2q2H/nn2Nyw/pMY7x4qfvYN2WzItdq+DFVRRXDFKh5EKYrTnQFBJFSGEc5xRYXH7naAhfcfWKdjqzX1qr/e8EQMejyMBpxZc08wOlgiHwxD1XnEbVDyDaxOZGHyY3n4ke/PgtXC0m4EAN571tVVJ64= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lcZB/MFJujvYVhGBy7yal56mPc6aY0OorZtayWsx0RrBmCsXUXgIpM3jY5VyESLxbhTasR8RC4oKXmF+BoceGBon1oXOvNRJcM3WRmFOb2E4UbenKrI0XGcSLntpx1vRJbVS2vTtzeHT/OytGUMxXveUiGFOiwB+Ygt3Wy3YXCU= Received: by 10.82.140.20 with SMTP id n20mr9106190bud.1196128980424; Mon, 26 Nov 2007 18:03:00 -0800 (PST) Received: by 10.82.169.14 with HTTP; Mon, 26 Nov 2007 18:03:00 -0800 (PST) Message-ID: <73b10d250711261803v2018cbe0ne6f19bf93382deb8@mail.gmail.com> Date: Tue, 27 Nov 2007 10:03:00 +0800 From: "Titi Wangsa" To: user@geronimo.apache.org Subject: using c3P0 as the connection pool method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org is it posible to use c3p0 as the connection pool manager that manages the jndi datasource. i want my application to retrieve the datasource using the traditional InitialContext.lookup method when this happens, the datasource returned is a c3p0 datasource. is this possible? any documentations on how to accomplish this?