Javadoc updated with your suggestion http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/AbandonedObjectPool.java?rev=155355&r1=132168&r2=155355&diff_format=h
If you have other documentation or other updates, keep posting them, I'll be happy to commit them.
Cheers Dirk
Trenton D. Adams wrote:
/** * Get a db connection from the pool. * * If removeAbandoned=true, recovers db connections which * have been idle > removeAbandonedTimeout and * getNumActive() > getMaxActive() - 3 and * getNumIdle() < 2 * * @return Object jdbc Connection */
Or something like that. This should also be documented somewhere else where it's easily accessible without going to the API docs for information.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
