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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 9 14:08:02 EST 2010


Author: whitingjr
Date: 2010-12-09 14:08:01 -0500 (Thu, 09 Dec 2010)
New Revision: 36330

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/remote-db/resourceB/connection.properties
Log:
Changed to use existing infrastructure.

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	2010-12-09 19:07:34 UTC (rev 36329)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties	2010-12-09 19:08:01 UTC (rev 36330)
@@ -2,7 +2,7 @@
 
 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
+db-vendor-jdbc-password.A=QoRS7y331F00
 
 # use filter chaining expandproperties to populate the connectionURL with the following host
 db-vendor-jdbc-serverName.A=burtha

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	2010-12-09 19:07:34 UTC (rev 36329)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties	2010-12-09 19:08:01 UTC (rev 36330)
@@ -5,5 +5,6 @@
 db-vendor-jdbc-password.B=dtf12
 
 # use filter chaining expandproperties to populate the connectionURL with the following host
-db-vendor-jdbc-serverName.B=larry2.buildnet.ncl.jboss.com
-db-vendor-jdbc-database.B=orcl
+#db-vendor-jdbc-serverName.B=larry2.buildnet.ncl.jboss.com
+db-vendor-jdbc-serverName.B=172.17.131.10
+db-vendor-jdbc-database.B=dtf12



More information about the jboss-svn-commits mailing list