[jboss-svn-commits] JBL Code SVN: r30536 - 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:40:26 EST 2009


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

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties
Log:
Fixed property names

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:39:26 UTC (rev 30535)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties	2009-12-08 11:40:26 UTC (rev 30536)
@@ -9,7 +9,7 @@
 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-connectionURL.B=jdbc:postgresql://${db-vendor-jdbc-serverName.B}/${db-vendor-jdbc-database.B}
 db-vendor-jdbc-userName.B=dtf11
 db-vendor-jdbc-password.B=dtf11
 



More information about the jboss-svn-commits mailing list