Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread Witold Szczerba
logAbandoned true ValidationQuery SELECT 1 -- View this message in context: http://openejb.979440.n4.nabble.com/JDBC-Connection-Pool-reconnects-on-each-connection-usage-tp4661066p4661072.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread Romain Manni-Bucau
validationInterval 3 removeAbandoned true removeAbandonedTimeout 60 logAbandoned true ValidationQuery SELECT 1 -- View this message in context: http://openejb.979440.n4.nabble.com/JDBC-Connection-Pool-reconnects-on-each

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread John D. Ament
Witold, Maybe we have bad assumptions. Are you assuming that connection pooling is enabled by default in datasources? John On Thu, Feb 28, 2013 at 7:33 AM, Witold Szczerba pljosh.m...@gmail.comwrote: OK, maybe I am blind or maybe I just do not get it at all. I was reading entire JDBC

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-28 Thread Romain Manni-Bucau
Yes and no. Pooling should be on by default but not sure about last release...maybe check our trunk. We had issues with defaults Le 28 févr. 2013 16:44, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : IMO, I think you should ask your questions on the tomcat user list. On Thu, Feb 28,

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-27 Thread Witold Szczerba
Thanks for the hint with another connection pool. I wanted to check it out some time ago and forgot about that option. Will try with my application to see the difference with end-to-end test runner to compare total execution time. Regards, Witold Szczerba --- Sent from my mobile phone. On Feb 28,

Re: JDBC Connection Pool reconnects on each connection usage

2013-02-27 Thread Romain Manni-Bucau
removeAbandoned true removeAbandonedTimeout 60 logAbandoned true ValidationQuery SELECT 1 -- View this message in context: http://openejb.979440.n4.nabble.com/JDBC-Connection-Pool-reconnects-on-each-connection-usage-tp4661066p4661072.html Sent from