Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 7152 invoked from network); 20 Jan 2010 14:17:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 14:17:51 -0000 Received: (qmail 13728 invoked by uid 500); 20 Jan 2010 14:17:51 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 13706 invoked by uid 500); 20 Jan 2010 14:17:50 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 13698 invoked by uid 99); 20 Jan 2010 14:17:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 14:17:50 +0000 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 wesley.acheson@gmail.com designates 209.85.221.171 as permitted sender) Received: from [209.85.221.171] (HELO mail-qy0-f171.google.com) (209.85.221.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 14:17:44 +0000 Received: by qyk1 with SMTP id 1so3961516qyk.0 for ; Wed, 20 Jan 2010 06:17:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0Gc5cDPTPgAzNyUpRul0nSl8J8i7d2B/yJv0WUifoTo=; b=o7fbTP9jIvtDpq/jpNPq7+Uz3qoonPC2fei9FT/qctvFXejPCNMDhHf5jDuVED2ilF i0KaYUunjh+MdXhBJw+jUM/pBdhzr20JFgFF57OiVfDrkyh3YKMpjaelHVJRbHqTjrKD v08s24/Dog9GVaz9S3ovcsPGd+SWl9auAgZSA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IFrIdjXvHUGiYrQnOpN5TKxHbLvyN6+k4OvmrXydWHQFmKhP8/vsSNW1umIIGI6/v6 +2YB24M8sQlACQJRgmyPTBIGaLP8ElmoykWoxtwoFn9tpWlDz6aX3FXFUm0eYO1xRxOJ S+SxY8P6eARsHsK4nfRfLwqTYSHC3K3453A5A= MIME-Version: 1.0 Received: by 10.229.102.73 with SMTP id f9mr37662qco.3.1263997043404; Wed, 20 Jan 2010 06:17:23 -0800 (PST) In-Reply-To: References: Date: Wed, 20 Jan 2010 15:17:23 +0100 Message-ID: Subject: Re: Dropping down to JDBC. From: Wesley Acheson To: user-java@ibatis.apache.org, larry.meadors@gmail.com Cc: ruben.fernandez@myriadpayments.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes thats what I suspected. When the JDBC queries run do I close the connection object returned by this SimpleDataSource object? or is there some other way to return the connection back to the pool? Regards, Wesley Acheson On Wed, Jan 20, 2010 at 3:12 PM, Larry Meadors wr= ote: > sqlMapClient.getDataSource(); > > On Wed, Jan 20, 2010 at 7:05 AM, Wesley Acheson > wrote: >> Hi all, >> >> we have a need to drop down to a JDBC query at some point in our applica= tion. >> >> Is it possible to get a connection from the SimpleDataSource pool. =A0(I >> see that this is a method on SimpleDataSource). =A0If so how does one >> return the connection to the SimpleDataSource object? >> >> Regards, >> >> Wesley Acheson. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org >> For additional commands, e-mail: user-java-help@ibatis.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > For additional commands, e-mail: user-java-help@ibatis.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org For additional commands, e-mail: user-java-help@ibatis.apache.org