Update of /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv1245
Modified Files:
attributeDescriptions.properties
Log Message:
Add wrap-fatal-sql-exceptions property
Index: attributeDescriptions.properties
===================================================================
RCS file: /cvsroot/proxool/proxool/src/java/org/logicalcobwebs/proxool/resources/attributeDescriptions.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** attributeDescriptions.properties 5 Mar 2003 23:28:56 -0000 1.2
--- attributeDescriptions.properties 11 Sep 2003 11:18:07 -0000 1.3
***************
*** 15,18 ****
--- 15,22 ----
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=\
How long the house keeping thread sleeps for (milliseconds). \
|