[jboss-svn-commits] JBL Code SVN: r30711 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db: resourceB and 1 other directory.

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


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

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

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/resource.properties	2009-12-16 10:06:09 UTC (rev 30710)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/resource.properties	2009-12-16 10:06:38 UTC (rev 30711)
@@ -30,3 +30,7 @@
 
 db.supports.xa.A=${oracle.db.supports.xa}
 
+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}

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/resource.properties	2009-12-16 10:06:09 UTC (rev 30710)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/resource.properties	2009-12-16 10:06:38 UTC (rev 30711)
@@ -30,3 +30,7 @@
 
 db.supports.xa.B=${oracle.db.supports.xa}
 
+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