Re: apache-tomcat-jdbc-1.0.20-beta Abandoned Issue

2009-04-06 Thread Filip Hanik - Dev Lists
hi Roger, DBCP works the abandonment slightly different. It doesn't 'abandon' connections unless all connections are in use. This means you wont get notified of abandoned connections until you are actually using all, or all are abandoned. So if you used DBCP, you still might experience the

apache-tomcat-jdbc-1.0.20-beta Abandoned Issue

2009-04-04 Thread Roger Niederland
I started testing the connection pool with our application. I have an issue with the abandon connection detection. Looking at the source code the timestamp which is used to check for abandonment is updated when the connection is created, borrowed, or returned. In our application we create a