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

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


Author: whitingjr
Date: 2009-12-16 05:05:14 -0500 (Wed, 16 Dec 2009)
New Revision: 30708

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

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties	2009-12-16 10:04:21 UTC (rev 30707)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties	2009-12-16 10:05:14 UTC (rev 30708)
@@ -1,5 +1,4 @@
 
-
 # Resource A
 
 # 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.A=
 
-
 db-vendor-jdbc-same.driverClass.A=${oracle.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.A=${oracle.db-vendor-jdbc-xa.driverClass}
 
@@ -31,3 +29,8 @@
 db.supports.xa.A=${oracle.db.supports.xa}
 
 db-vendor-driver.cachePreparedStatements.A=${oracle.db-vendor.cache.statements}
+
+db-pool-min.size.A=${oracle.db-pool-min.size}
+db-pool-max.size.A=${oracle.db-pool-max.size}
+db-connection-blocking.timeout.A=${oracle.db-connection-blocking.timeout}
+db-connection-idle.timeout.A=${oracle.db-connection-idle.timeout}



More information about the jboss-svn-commits mailing list