We were getting random broken connections … the following properties got rid of them.
c3p0.testConnectionOnCheckout=true
c3p0.preferredTestQuery=select 1
See Adnan’s site for more information on C3P0.
Filed under: Code
November 14, 2006 • 7:53 am
We were getting random broken connections … the following properties got rid of them.
c3p0.testConnectionOnCheckout=true
c3p0.preferredTestQuery=select 1
See Adnan’s site for more information on C3P0.
Filed under: Code