[jboss-svn-commits] JBL Code SVN: r31315 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceB.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 29 12:35:40 EST 2010
Author: whitingjr
Date: 2010-01-29 12:35:40 -0500 (Fri, 29 Jan 2010)
New Revision: 31315
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceB/connection.properties
Log:
Added derby database files.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceB/connection.properties 2010-01-29 17:35:20 UTC (rev 31314)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceB/connection.properties 2010-01-29 17:35:40 UTC (rev 31315)
@@ -1,9 +1,9 @@
# Resource B
-db-vendor-jdbc-connectionURL.B=
-db-vendor-jdbc-userName.B=
-db-vendor-jdbc-password.B=
+db-vendor-jdbc-connectionURL.B=jdbc:derby:lib/dbdrivers/${resource.B.db.vendor}/databases/${db-vendor-jdbc-database.B};logDevice=lib/dbdrivers/${resource.B.db.vendor}/logs/${db-vendor-jdbc-database.B}
+db-vendor-jdbc-userName.B=ugg
+db-vendor-jdbc-password.B=ugg
-# use filter chaining expandproperties to populate the connectionURL with the following host
+# use filter chaining expand properties to populate the connectionURL with the following host
db-vendor-jdbc-serverName.B=
-db-vendor-jdbc-database.B=
+db-vendor-jdbc-database.B=tsperfB
More information about the jboss-svn-commits
mailing list