[jboss-svn-commits] JBL Code SVN: r32086 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db: resourceB and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Mar 15 06:09:32 EDT 2010
Author: whitingjr
Date: 2010-03-15 06:09:32 -0400 (Mon, 15 Mar 2010)
New Revision: 32086
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/resourceB/connection.properties
Log:
Updated database connection configuration.
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-03-15 10:08:29 UTC (rev 32085)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties 2010-03-15 10:09:32 UTC (rev 32086)
@@ -6,4 +6,4 @@
# use filter chaining expandproperties to populate the connectionURL with the following host
db-vendor-jdbc-serverName.A=burtha
-db-vendor-jdbc-database.A=orcl
+db-vendor-jdbc-database.A=dtf11
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 2010-03-15 10:08:29 UTC (rev 32085)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties 2010-03-15 10:09:32 UTC (rev 32086)
@@ -1,7 +1,7 @@
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=
+db-vendor-jdbc-password.B=dtf12
# use filter chaining expandproperties to populate the connectionURL with the following host
db-vendor-jdbc-serverName.B=burtha2
More information about the jboss-svn-commits
mailing list