Author: kkolinko
Date: Fri Jun 8 13:16:16 2012
New Revision: 1348058
URL: http://svn.apache.org/viewvc?rev=1348058&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53374
Update external to reference r1348056
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53374
Fix support for the following properties in DataSourceFactory:
commitOnReturn
rollbackOnReturn
useDisposableConnectionFacade
logValidationErrors
propagateInterruptState
I compared fields in PoolProperties and properties processed by
DataSourceFactory,
and these 5 recently added ones were missing.
Based on patch proposed by Suresh Avadhanula.
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 Fri Jun 8 13:16:16 2012
@@ -1 +1 @@
-^/tomcat/trunk/modules/jdbc-pool@1346691 jdbc-pool
+^/tomcat/trunk/modules/jdbc-pool@1348056 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=1348058&r1=1348057&r2=1348058&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Jun 8 13:16:16 2012
@@ -344,23 +344,32 @@
</subsection>
<subsection name="jdbc-pool">
<changelog>
- <update>
- <bug>53367</bug> (<rev>1346691</rev>):
- Prevent pool from hanging during database failure (fhanik)
- </update>
+ <fix>
+ <bug>50864</bug> (<rev>1311844</rev>):
+ JMX enable most pool properties (fhanik)
+ </fix>
<add>
<bug>53254</bug> (<rev>1340160</rev>):
Add in the ability to purge connections from the pool (fhanik)
</add>
<update>
+ <bug>53367</bug> (<rev>1346691</rev>):
+ Prevent pool from hanging during database failure (fhanik)
+ </update>
+ <update>
When a connection is reconnected due to failed validation
make sure the ConnectionState is reset or it will assume
incorrect values (fhanik)
</update>
<fix>
- <bug>50864</bug> (<rev>1311844</rev>):
- JMX enable most pool properties (fhanik)
- </fix>
+ <bug>53374</bug> (<rev>1348056</rev>):
+ Add support for the following properties in DataSourceFactory:
+ <code>commitOnReturn</code>, <code>rollbackOnReturn</code>,
+ <code>useDisposableConnectionFacade</code>,
+ <code>logValidationErrors</code> and
+ <code>propagateInterruptState</code>.
+ Based on patch proposed by Suresh Avadhanula. (kkolinko)
+ </fix>
</changelog>
</subsection>
<subsection name="Other">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]