Re: Fwd: debug connection pool

2004-07-07 Thread Hans Wichman
Hiya, jolly good plan ;-) If you are using the dcbp commons, there are a couple of methods in the BasicDataSource class for getting this information. So after retrieving the datasource from the context, test if it is a org.apache.commons.dbcp.BasicDataSource and if so cast it. You can then use ge

Re: Fwd: debug connection pool

2004-07-07 Thread Emerson Cargnin
So share your finding :) Hans Wichman wrote: Hi, found it, sorry ! I had been searching in all the wrong directions, but the obvious one grtz Hans Date: Wed, 07 Jul 2004 09:59:18 +0200 To: [EMAIL PROTECTED] From: Hans Wichman <[EMAIL PROTECTED]> Subject: debug connection pool Hi, does anyone kn

Fwd: debug connection pool

2004-07-07 Thread Hans Wichman
Hi, found it, sorry ! I had been searching in all the wrong directions, but the obvious one grtz Hans Date: Wed, 07 Jul 2004 09:59:18 +0200 To: [EMAIL PROTECTED] From: Hans Wichman <[EMAIL PROTECTED]> Subject: debug connection pool Hi, does anyone know the correct way to debug a database connec