[Generator-rt-devel] generator_runtime/src/java/generator/runtime/db/pool DBConnectionPool.java, 1
Brought to you by:
rickknowles
|
From: Rick K. <ric...@us...> - 2010-04-05 02:31:50
|
Update of /cvsroot/generator-rt/generator_runtime/src/java/generator/runtime/db/pool In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11801/src/java/generator/runtime/db/pool Modified Files: DBConnectionPool.java Log Message: A bunch of translation tag changes and addons to the velocity mail rendering. A fix to the DBConnectionPool keep alive process also included. Index: DBConnectionPool.java =================================================================== RCS file: /cvsroot/generator-rt/generator_runtime/src/java/generator/runtime/db/pool/DBConnectionPool.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** DBConnectionPool.java 21 Oct 2008 10:52:48 -0000 1.27 --- DBConnectionPool.java 5 Apr 2010 02:31:41 -0000 1.28 *************** *** 579,582 **** --- 579,583 ---- try { executeKeepAliveSingle(conn, keepAliveSQL); + conn.rollback(); } catch (Throwable errSQL) { log.warning(prefix + ": Keep alive failed - adding connection to drop list", errSQL); |