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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 15 05:41:12 EST 2009


Author: whitingjr
Date: 2009-12-15 05:41:11 -0500 (Tue, 15 Dec 2009)
New Revision: 30665

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


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties	2009-12-15 10:40:52 UTC (rev 30664)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties	2009-12-15 10:41:11 UTC (rev 30665)
@@ -1,9 +1,9 @@
-# Resource A
 
-db-vendor-jdbc-connectionURL.A=jdbc:mysql://${db-vendor-jdbc-serverName.A}:3306/${db-vendor-jdbc-database.A}
-db-vendor-jdbc-userName.A=usrbert
-db-vendor-jdbc-password.A=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.A=localhost
-db-vendor-jdbc-database.A=tsperf
+db-vendor-jdbc-database.A=orcl



More information about the jboss-svn-commits mailing list