Author: fhanik
Date: Tue Mar 27 15:05:31 2012
New Revision: 1305862

URL: http://svn.apache.org/viewvc?rev=1305862&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52002
Documentation change to reflect the new default value

Modified:
    tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1305862&r1=1305861&r2=1305862&view=diff
==============================================================================
--- tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Tue Mar 27 15:05:31 2012
@@ -456,7 +456,7 @@
     </attribute>
     <attribute name="useDisposableConnectionFacade" required="false">
       <p>(boolean) Set this to true if you wish to put a facade on your 
connection so that it cannot be reused after it has been closed. This prevents 
a thread holding on to a
-                   reference of a connection it has already called closed on, 
to execute queries on it. Default value is <code>false</code> for backwards 
compatibility.
+                   reference of a connection it has already called closed on, 
to execute queries on it. Default value is <code>true</code>.
       </p>
     </attribute>
     <attribute name="logValidationErrors" required="false">



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

Reply via email to