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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 15 04:24:35 EST 2009


Author: whitingjr
Date: 2009-12-15 04:24:35 -0500 (Tue, 15 Dec 2009)
New Revision: 30658

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

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties	2009-12-15 09:24:15 UTC (rev 30657)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties	2009-12-15 09:24:35 UTC (rev 30658)
@@ -1,9 +1,9 @@
 # Resource B
 
-db-vendor-jdbc-connectionURL.B=jdbc:mysql://${db-vendor-jdbc-serverName.A}:3306/${db-vendor-jdbc-database.A}
+db-vendor-jdbc-connectionURL.B=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.B}:1521:${db-vendor-jdbc-database.B}
 db-vendor-jdbc-userName.B=dtf12
 db-vendor-jdbc-password.B=dtf12
 
 # 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
+db-vendor-jdbc-database.B=orcl



More information about the jboss-svn-commits mailing list