I can't for the life of me seem to get this right, do you have the right command?
Filip ----- Original Message ----- From: fha...@apache.org To: dev@tomcat.apache.org Sent: Tuesday, November 29, 2011 5:56:03 AM Subject: svn commit: r1207852 - in /tomcat/trunk/modules/jdbc-pool: ./ doc/changelog.xml Author: fhanik Date: Tue Nov 29 12:56:02 2011 New Revision: 1207852 URL: http://svn.apache.org/viewvc?rev=1207852&view=rev Log: update propset, try 2 Modified: tomcat/trunk/modules/jdbc-pool/ (props changed) tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Propchange: tomcat/trunk/modules/jdbc-pool/ ------------------------------------------------------------------------------ --- svn:externals (added) +++ svn:externals Tue Nov 29 12:56:02 2011 @@ -0,0 +1 @@ +^/tomcat/trunk/modules/jdbc-pool@1207712 jdbc-pool Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/doc/changelog.xml?rev=1207852&r1=1207851&r2=1207852&view=diff ============================================================================== --- tomcat/trunk/modules/jdbc-pool/doc/changelog.xml (original) +++ tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Tue Nov 29 12:56:02 2011 @@ -31,6 +31,7 @@ <section name="Tomcat JDBC Connection Pool 1.1.0.0"> <subsection name="pool"> <changelog> + <add><rev>1207712</rev> Pool cleaner should be a global thread, not spawn one thread per connection pool. (fhanik)</add> <fix><rev>1073531</rev> <bug>50805</bug> Only initialize connections once when async (fhanik)</fix> <fix><rev>1076380</rev> <bug>50857</bug> Correctly handle timeouts when the pool is busy when async (fhanik)</fix> <add>Added QueryTimeoutInterceptor to be able to configure timeouts on running queries automatically.</add> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org