[jboss-svn-commits] JBL Code SVN: r30710 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Dec 16 05:06:09 EST 2009


Author: whitingjr
Date: 2009-12-16 05:06:09 -0500 (Wed, 16 Dec 2009)
New Revision: 30710

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties
Log:
Added pooling properties.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties	2009-12-16 10:05:43 UTC (rev 30709)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties	2009-12-16 10:06:09 UTC (rev 30710)
@@ -1,5 +1,4 @@
 
-
 # Resource B
 
 # specify which packages or classes are to be profiled. These will be identical across any database installation
@@ -9,7 +8,6 @@
 
 db-vendor.method.xpaths.B=
 
-
 db-vendor-jdbc-same.driverClass.B=${oracle.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.B=${oracle.db-vendor-jdbc-xa.driverClass}
 
@@ -32,3 +30,8 @@
 db.supports.xa.B=${oracle.db.supports.xa}
 
 db-vendor-driver.cachePreparedStatements.B=${oracle.db-vendor.cache.statements}
+
+db-pool-min.size.B=${oracle.db-pool-min.size}
+db-pool-max.size.B=${oracle.db-pool-max.size}
+db-connection-blocking.timeout.B=${oracle.db-connection-blocking.timeout}
+db-connection-idle.timeout.B=${oracle.db-connection-idle.timeout}



More information about the jboss-svn-commits mailing list