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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 3 11:59:14 EST 2009


Author: whitingjr
Date: 2009-12-03 11:59:13 -0500 (Thu, 03 Dec 2009)
New Revision: 30456

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


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties	2009-12-03 16:58:54 UTC (rev 30455)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/db-installation.properties	2009-12-03 16:59:13 UTC (rev 30456)
@@ -1,11 +1,21 @@
 
 # driver settings
+# Resource A
 
-#jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
-db-vendor-jdbc-connectionURL=jdbc:oracle:thin:@${db-vendor-jdbc-serverName}:1521:${db-vendor-jdbc-database}
-db-vendor-jdbc-userName=dtf11
-db-vendor-jdbc-password=dtf11
+db-vendor-jdbc-connectionURL.A=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.A}:1521:${db-vendor-jdbc-database.A}
+db-vendor-jdbc-userName.A=dtf11
+db-vendor-jdbc-password.A=dtf11
 
 # use filter chaining expandproperties to populate the connectionURL with the following host
-db-vendor-jdbc-serverName=localhost
-db-vendor-jdbc-database=orcl
+db-vendor-jdbc-serverName.A=localhost
+db-vendor-jdbc-database.A=orcl
+
+# Resource B
+
+db-vendor-jdbc-connectionURL.B=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.B}:1521:${db-vendor-jdbc-database.B}
+db-vendor-jdbc-userName.B=dtf11
+db-vendor-jdbc-password.B=dtf11
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.B=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-database.B=orcl



More information about the jboss-svn-commits mailing list