RE: Question about DBCP

2002-04-30 Thread Eric Pugh
Sorry, hit send button too quick. I am attaching my JUnit test that I am working with. Thanks, Eric -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 10:20 AM To: 'Jakarta Commons Developers List' Subject: Question about DBCP Hi all, Can

RE: Question about DBCP

2002-04-30 Thread Anjan
Hi Eric!, I was using poolman in our NON open-source product but eventually moved to DBCP -- it works fine for me. Did you look at JOCLPoolingDriverExample.java in the doc directory ? This gives a sample of how the DriverManager uses the jdbc.drivers property. When

RE: Question about DBCP

2002-04-30 Thread Eric Pugh
.. Is there an attriubte specified that I can use to provide that, or do I have to work via passing it in via the property. Eric -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:19 PM To: 'Jakarta Commons Developers List' Subject: RE: Question about DBCP

RE: Question about DBCP

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Eric Pugh wrote: Date: Tue, 30 Apr 2002 13:18:59 -0400 From: Eric Pugh [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: 'Jakarta Commons Developers List' [EMAIL PROTECTED] Subject: RE: Question about DBCP Thanks for the info, I

RE: Question about DBCP

2002-04-30 Thread Anjan Bacchu
to have a monitor on the pool size? Eric -Original Message- From: Anjan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 12:42 PM To: Jakarta Commons Developers List Subject: RE: Question about DBCP Hi Eric!, I was using poolman in our NON open-source product

RE: Question about DBCP

2002-04-30 Thread Eric Pugh
:07 PM To: Jakarta Commons Developers List Subject: RE: Question about DBCP On Tue, 30 Apr 2002, Eric Pugh wrote: Date: Tue, 30 Apr 2002 13:18:59 -0400 From: Eric Pugh [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: 'Jakarta Commons Developers List' [EMAIL

RE: Question about DBCP

2002-04-30 Thread Craig R. McClanahan
On Tue, 30 Apr 2002, Eric Pugh wrote: Date: Tue, 30 Apr 2002 16:54:21 -0400 From: Eric Pugh [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: 'Jakarta Commons Developers List' [EMAIL PROTECTED] Subject: RE: Question about DBCP Well, I wanted to post