[jboss-svn-commits] JBL Code SVN: r30535 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 8 06:39:27 EST 2009


Author: whitingjr
Date: 2009-12-08 06:39:26 -0500 (Tue, 08 Dec 2009)
New Revision: 30535

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties
Log:
Added second resource configuration.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties	2009-12-08 11:36:53 UTC (rev 30534)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties	2009-12-08 11:39:26 UTC (rev 30535)
@@ -1,9 +1,18 @@
 # driver settings
 
-#jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
-db-vendor-jdbc-connectionURL=jdbc:postgresql://${db-vendor-jdbc-serverName}/${db-vendor-jdbc-database}
-db-vendor-jdbc-userName=dtf11
-db-vendor-jdbc-password=dtf11
+db-vendor-jdbc-connectionURL.A=jdbc:postgresql://${db-vendor-jdbc-serverName.A}/${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=larry.buildnet.ncl.jboss.com
-db-vendor-jdbc-database=jbossts
+db-vendor-jdbc-serverName.A=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-database.A=jbossts
+
+
+db-vendor-jdbc-connectionURL.B=jdbc:postgresql://${db-vendor-jdbc-serverName.A}/${db-vendor-jdbc-database.A}
+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=jbossts



More information about the jboss-svn-commits mailing list