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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 15 05:40:28 EST 2009


Author: whitingjr
Date: 2009-12-15 05:40:27 -0500 (Tue, 15 Dec 2009)
New Revision: 30663

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties
Log:
Fixed properties.


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties	2009-12-15 10:40:02 UTC (rev 30662)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties	2009-12-15 10:40:27 UTC (rev 30663)
@@ -1,9 +1,8 @@
-# Resource B
 
-db-vendor-jdbc-connectionURL.B=jdbc:mysql://${db-vendor-jdbc-serverName.B}:3306/${db-vendor-jdbc-database.B}
-db-vendor-jdbc-userName.B=usrbert
-db-vendor-jdbc-password.B=u5rb3rt
+db-vendor-jdbc-connectionURL.A=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.A}:1521:${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.B=localhost
-db-vendor-jdbc-database.B=tsperf2
+db-vendor-jdbc-serverName.A=localhost
+db-vendor-jdbc-database.A=orcl



More information about the jboss-svn-commits mailing list