Hi, Sure interested, is it going to be included in Commons DBCP?
The link was about the config. Any developer's guide for the new feature (tracking abandoned connection)? Thanks. Regards, Edward On 12/28/05, Laurent Rouvet <[EMAIL PROTECTED]> wrote: > > Edward Tan wrote: > > >Hi, > > > >I have problem that James suddenly gives error about connection is > exhausted: > > > > > >org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, > >pool exhausted > > > > > > You might also have that error if there is a "connection" leak. > > However, DBCP provide a lot of options that help to avoid that kind of > error. > It can track connection abandon. > Also you can add some test before serve a connection from the pool. > See > http://jakarta.apache.org/commons/dbcp/configuration.html > > I modifed JdbcDataSource, I can send it ... if someone like... > I also plan to send a patch to the dev-list... > > Laurent > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
