Index: DBCPConnectionProvider.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/connection/DBCPConnectionProvider.java,v
retrieving revision 1.5
diff -u -r1.5 DBCPConnectionProvider.java
--- DBCPConnectionProvider.java	23 Nov 2002 00:24:17 -0000	1.5
+++ DBCPConnectionProvider.java	22 Dec 2002 08:39:51 -0000
@@ -113,7 +113,9 @@
 	        // Now we'll create the PoolableConnectionFactory, which wraps
 	        // the "real" Connections created by the ConnectionFactory with
 	        // the classes that implement the pooling functionality.
-	        new PoolableConnectionFactory(connectionFactory, connectionPool, statementPool, null, false, false);
+	        new PoolableConnectionFactory(connectionFactory, connectionPool, 
+                                    statementPool, props.getProperty(Environment.DBCP_VALIDATION_QUERY), 
+                                    false, false);
 	
 	        // Finally, we create the PoolingDriver itself,
 	        // passing in the object pool we created.
