[jboss-svn-commits] JBL Code SVN: r31313 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 29 12:34:39 EST 2010
Author: whitingjr
Date: 2010-01-29 12:34:38 -0500 (Fri, 29 Jan 2010)
New Revision: 31313
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/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/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties 2010-01-29 17:14:34 UTC (rev 31312)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties 2010-01-29 17:34:38 UTC (rev 31313)
@@ -1,9 +1,9 @@
# Resource A
-db-vendor-jdbc-connectionURL.A=jdbc:derby://server[:port]/databaseName[;URLAttributes=value[;...]]
-db-vendor-jdbc-userName.A=
-db-vendor-jdbc-password.A=
+db-vendor-jdbc-connectionURL.A=jdbc:derby:lib/dbdrivers/${resource.A.db.vendor}/databases/${db-vendor-jdbc-database.A};logDevice=lib/dbdrivers/${resource.A.db.vendor}/logs/${db-vendor-jdbc-database.A}
+db-vendor-jdbc-userName.A=ugg
+db-vendor-jdbc-password.A=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.A=
-db-vendor-jdbc-database.A=
+db-vendor-jdbc-database.A=tsperfA
More information about the jboss-svn-commits
mailing list