does anyone know why I have to close the connection retrieved from a mysql database connection pool ?
Isn't the connection returned to the pool automatically when the object goes out of scope?
And why is the datasource.getNumActive() value always 0 even though I have multiple connections open ?
greetz Hans
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
