[jboss-svn-commits] JBL Code SVN: r32618 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations: co-located-db/resourceB and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 23 13:52:58 EDT 2010


Author: whitingjr
Date: 2010-04-23 13:52:58 -0400 (Fri, 23 Apr 2010)
New Revision: 32618

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceA/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties
Log:
Updated connection properties.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/connection.properties	2010-04-23 17:52:15 UTC (rev 32617)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/connection.properties	2010-04-23 17:52:58 UTC (rev 32618)
@@ -1,10 +1,10 @@
 # Resource A
 
 db-vendor-jdbc-connectionURL.A=jdbc:postgresql://${db-vendor-jdbc-serverName.A}:${db-vendor-jdbc-serverPort.A}/${db-vendor-jdbc-database.A}
+
 db-vendor-jdbc-userName.A=usrpg01
 db-vendor-jdbc-password.A=usrpg01
 
-# use filter chaining expandproperties to populate the connectionURL with the following host
 db-vendor-jdbc-serverName.A=localhost
 db-vendor-jdbc-serverPort.A=5432
 db-vendor-jdbc-database.A=dtf11

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/connection.properties	2010-04-23 17:52:15 UTC (rev 32617)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/connection.properties	2010-04-23 17:52:58 UTC (rev 32618)
@@ -8,3 +8,4 @@
 db-vendor-jdbc-serverName.B=localhost
 db-vendor-jdbc-serverPort.B=5442
 db-vendor-jdbc-database.B=dtf12
+

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceA/connection.properties	2010-04-23 17:52:15 UTC (rev 32617)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceA/connection.properties	2010-04-23 17:52:58 UTC (rev 32618)
@@ -1,9 +1,12 @@
 # Resource A
 
-db-vendor-jdbc-connectionURL.A=jdbc:postgresql://${db-vendor-jdbc-serverName.A}/${db-vendor-jdbc-database.A}
+db-vendor-jdbc-connectionURL.A=jdbc:postgresql://${db-vendor-jdbc-serverName.A}:${db-vendor-jdbc-serverPort.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.A=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-serverPort.A=5432
 db-vendor-jdbc-database.A=jbossts
+
+

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties	2010-04-23 17:52:15 UTC (rev 32617)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties	2010-04-23 17:52:58 UTC (rev 32618)
@@ -1,9 +1,10 @@
-# Resource A
+# Resource B
 
 db-vendor-jdbc-connectionURL.B=jdbc:postgresql://${db-vendor-jdbc-serverName.B}/${db-vendor-jdbc-database.B}
-db-vendor-jdbc-userName.B=dtf12
-db-vendor-jdbc-password.B=dtf12
+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-serverPort.B=5432
 db-vendor-jdbc-database.B=jbossts



More information about the jboss-svn-commits mailing list