Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 43646 invoked from network); 3 Apr 2003 01:01:19 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 3 Apr 2003 01:01:19 -0000 Received: (qmail 63110 invoked by uid 1304); 3 Apr 2003 01:01:18 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 Apr 2003 01:01:18 -0000 Date: Wed, 2 Apr 2003 17:01:18 -0800 (PST) From: Rodney Waldhoff To: Jakarta Commons Users List Subject: RE: Re: [DBCP] Strange Problems and Errors In-Reply-To: <3504881.1049258664671.JavaMail.SYSTEM@bodisafa> Message-ID: <20030402165618.M37328@icarus.apache.org> References: <3504881.1049258664671.JavaMail.SYSTEM@bodisafa> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tue, 1 Apr 2003 travis@spaceprogram.com wrote: > Could it be this problem > [specifying TimeBetweenEvictionRuns but no ValidationQuery] > that Jason stated below? > I don't think so. Without a validation query, dbcp can still check minEvictableIdleTime for each connection. > Travis - Rod