Index: Environment.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/Environment.java,v
retrieving revision 1.79
diff -u -r1.79 Environment.java
--- Environment.java	15 Dec 2002 05:12:40 -0000	1.79
+++ Environment.java	22 Dec 2002 08:41:03 -0000
@@ -169,6 +169,13 @@
 	 * Action to take in case of an exhausted DBCP connection pool ( 0 = fail, 1 = block, 2= grow)
 	 */
 	public static final String DBCP_WHENEXHAUSTED = "hibernate.dbcp.whenExhaustedAction";
+
+        /**
+	 * Query to execute for connection validation
+	 */
+	public static final String DBCP_VALIDATION_QUERY = "hibernate.dbcp.validationQuery";
+
+
 	/**
 	 * Maximum number of checked out statements for DBCP
 	 */
@@ -185,6 +192,7 @@
 	 * Action to take in case of an exhausted DBCP statement pool ( 0 = fail, 1 = block, 2= grow)
 	 */
 	public static final String DBCP_PS_WHENEXHAUSTED = "hibernate.dbcp.ps.whenExhaustedAction";
+
 
 	/**
 	 * <tt>TransactionFactory</tt> implementor to use for creating <tt>Transaction</tt>s
