Isn't removeAbandoned deprecated ? If so is it still usable ?



Hmm... are you getting the error right away or only after a few requests?


Hard to say anything without further information. It is always a good idea to make sure you properly close all Statements, ResultSets anc Connections obtained from the pool.
If you ae using commons dbcp, you could also add
<parameter><name>logAbandoned</name><value>true</value></parameter>
<parameter><name>removeAbandoned</name><value>true</value></parameter>




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to