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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 20 06:28:58 EST 2009


Author: whitingjr
Date: 2009-11-20 06:28:58 -0500 (Fri, 20 Nov 2009)
New Revision: 30271

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


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties	2009-11-20 11:16:02 UTC (rev 30270)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties	2009-11-20 11:28:58 UTC (rev 30271)
@@ -2,7 +2,10 @@
 # driver settings
 
 #jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
-db-vendor-jdbc-connectionURL=jdbc:mysql://larry.buildnet.ncl.jboss.com:3306/jbossts
+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
 
+# 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=orcl



More information about the jboss-svn-commits mailing list