You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2012/03/29 18:12:57 UTC

svn commit: r1306955 - in /tomcat/tc7.0.x/trunk: modules/ webapps/docs/changelog.xml

Author: fhanik
Date: Thu Mar 29 16:12:56 2012
New Revision: 1306955

URL: http://svn.apache.org/viewvc?rev=1306955&view=rev
Log:
http://markmail.org/message/j7jk7xalhs7t7op7
Correct class loader to load pool threads, to avoid the leak detector


Modified:
    tomcat/tc7.0.x/trunk/modules/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/modules/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Thu Mar 29 16:12:56 2012
@@ -1 +1 @@
-^/tomcat/trunk/modules/jdbc-pool@1306410 jdbc-pool
+^/tomcat/trunk/modules/jdbc-pool@1306946 jdbc-pool

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1306955&r1=1306954&r2=1306955&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Mar 29 16:12:56 2012
@@ -234,6 +234,10 @@
   </subsection>
   <subsection name="jdbc-pool">
     <changelog>
+      <update>
+        Pool cleaner thread should be created using the classloader
+        that loaded the pool, not the context loader (fhanik)
+      </update>
       <fix>
         <bug>52804</bug>: Make pool properties serializable and cloneable.
         (fhanik)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org