Re: Pool Info?

2005-02-10 Thread Armin Waibel
cond Thread.sleep, but as you can see, the connection is still listed as active. Am I looking in the right place? -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 1:45 PM To: OJB Users List Subject: Re: Pool Info? Hi Bob, Bob

RE: Pool Info?

2005-02-10 Thread jecrotea
Return Receipt Your RE: Pool Info? document

RE: Pool Info?

2005-02-10 Thread Bob Damato
read.sleep, but as you can see, the connection is still listed as active. Am I looking in the right place? -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 10, 2005 1:45 PM To: OJB Users List Subject: Re: Pool Info? Hi Bob, Bob Damato wrot

Re: Pool Info?

2005-02-10 Thread Armin Waibel
1.1 - suggestions are welcome. regards, Armin -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 4:07 PM To: OJB Users List Subject: Re: Pool Info? Hi Bob, currently there are no methods to access the used commons-pool instances in

RE: Pool Info?

2005-02-10 Thread Bob Damato
the pool? -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 4:07 PM To: OJB Users List Subject: Re: Pool Info? Hi Bob, currently there are no methods to access the used commons-pool instances in ConnectionFactoryPooledImpl. I recommend

Re: Pool Info?

2005-02-09 Thread Armin Waibel
Hi Bob, currently there are no methods to access the used commons-pool instances in ConnectionFactoryPooledImpl. I recommend to extend ConnectionFactoryPooledImpl and override method #createConnectionPool. public ObjectPool createConnectionPool(JdbcConnectionDescriptor jcd) { ObjectPool pool =

Pool Info?

2005-02-09 Thread Bob Damato
I'm using ConnectionFactoryPooledImpl and I'm trying to find run time information about the pool such as the current number of connections "checked out", and the number of connections that were timed out etc. Is there any way to get this data?