Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 31158 invoked from network); 13 Apr 2005 05:47:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Apr 2005 05:47:36 -0000 Received: (qmail 20296 invoked by uid 500); 13 Apr 2005 05:47:12 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 20204 invoked by uid 500); 13 Apr 2005 05:47:11 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 20138 invoked by uid 99); 13 Apr 2005 05:47:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from adicia.telenet-ops.be (HELO adicia.telenet-ops.be) (195.130.132.56) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 12 Apr 2005 22:47:09 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by adicia.telenet-ops.be (Postfix) with SMTP id E3EF44417C for ; Wed, 13 Apr 2005 07:47:06 +0200 (MEST) Received: from [127.0.0.1] (dD5E05BE9.access.telenet.be [213.224.91.233]) by adicia.telenet-ops.be (Postfix) with ESMTP id C8C05440FC for ; Wed, 13 Apr 2005 07:47:06 +0200 (MEST) Message-ID: <425CB254.1020504@pandora.be> Date: Wed, 13 Apr 2005 07:47:00 +0200 From: Dirk Verbeeck 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: Jakarta Commons Users List Subject: Re: does dbcp rollback? References: <425BF933.5030901@athabascau.ca> In-Reply-To: <425BF933.5030901@athabascau.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yes, it does http://jakarta.apache.org/commons/dbcp/xref/org/apache/commons/dbcp/PoolableConnectionFactory.html#348 close -> passivateObject getConnection -> activateObject -- Dirk Trenton D. Adams wrote: > I would assume that dbcp does the proper connection cleanups when > someone calls connection.close(), correct? Like rollback() for > instance, setting the autocommit back to the default, etc. > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org