Re: connection pooling

2005-11-18 Thread mischa
em by pinging the connection i still think it is bad that closed connections are getting put back into the pool (or not getting recycled after a certain period). thanks. Do you have the ping query (or validation query) enabled? Cheers, Clinton On 11/17/05, *mischa* <[EMAIL PROTECTED] <ma

Re: [Fwd: [Fwd: Re: connection pooling]]

2005-11-18 Thread mischa
em by pinging the connection i still think it is bad that closed connections are getting put back into the pool (or not getting recycled after a certain period). Do you have the ping query (or validation query) enabled? Cheers, Clinton On 11/17/05, *mischa* <[EMAIL PROTECTED] <ma

connection pooling

2005-11-17 Thread mischa
back into the pool and is not getting reinitialized by the pool. so even if the first cluster is back online i am getting a Cause: java.sql.SQLException: No operations allowed after connection closed. any thoughts? thanks, mischa