[Proxool-cvs] proxool/src/java/org/logicalcobwebs/proxool/resources attributeDescriptions.properties
UNMAINTAINED!
Brought to you by:
billhorsman
|
From: <bil...@us...> - 2003-09-30 18:38:22
|
Update of /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/resources In directory sc8-pr-cvs1:/tmp/cvs-serv30088 Modified Files: attributeDescriptions.properties Log Message: New properties Index: attributeDescriptions.properties =================================================================== RCS file: /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/resources/attributeDescriptions.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** attributeDescriptions.properties 11 Sep 2003 11:18:07 -0000 1.3 --- attributeDescriptions.properties 30 Sep 2003 18:38:17 -0000 1.4 *************** *** 15,21 **** you can set it more than once and each value is checked. ! wrap-fatal-sql-exceptions=\ ! If true then if a fatal SQLException is detected then it will be wrapped up in a \ ! FatalSQLException and that will be thrown instead. Default is false. house-keeping-sleep-time=\ --- 15,25 ---- you can set it more than once and each value is checked. ! fatal-sql-exception-wrapper-class=\ ! If this is not-null then any fatal SQLException is wrapped up inside \ ! an instance of this class. If null, then the original exception is \ ! thrown. Range: any valid class name that is a subclass of SQLException or \ ! RuntimeException. Default: null (original exception is thrown) \ ! Examples: 'org.logicalcobwebs.proxool.FatalSQLException' or \ ! org.logicalcobwebs.proxool.FatalRuntimeException' house-keeping-sleep-time=\ *************** *** 28,31 **** --- 32,37 ---- with this SQL statement. It should be _very_ quick to execute. Something like checking the current date or something. \ If not defined then this test is omitted. + + test-before-use maximum-active-time=\ |