Return-Path: Delivered-To: apmail-jakarta-avalon-dev-archive@apache.org Received: (qmail 16683 invoked from network); 23 Jan 2002 02:09:29 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Jan 2002 02:09:29 -0000 Received: (qmail 18826 invoked by uid 97); 23 Jan 2002 02:09:36 -0000 Delivered-To: qmlist-jakarta-archive-avalon-dev@jakarta.apache.org Received: (qmail 18810 invoked by uid 97); 23 Jan 2002 02:09:35 -0000 Mailing-List: contact avalon-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-dev@jakarta.apache.org Received: (qmail 18799 invoked from network); 23 Jan 2002 02:09:35 -0000 Message-ID: <3C4E1BCF.3050305@silveregg.co.jp> Date: Wed, 23 Jan 2002 11:11:27 +0900 From: Leif Mortenson Organization: Silver Egg Technology User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; ja-JP; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en,ja MIME-Version: 1.0 To: Avalon Dev Mailing List Subject: Requested Change to org.apache.avalon.excalibur.datasource.AbstractJdbcConnection Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I am writing another implementation of a AbstractJdbcConnectionPool. In order to be able to use the current AbstractJdbcConnection class, I needed to modify the class so that the setPool method is public rather than protected. This class has LF problems in CVS, so I couldn't do a diff. I sent in a corrected version of the file on my last post titled Re: SELECT 1 Here is the change though for this message. < protected void setPool(Pool pool) > public void setPool(Pool pool) Thanks, Leif -- To unsubscribe, e-mail: For additional commands, e-mail: