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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 5 03:40:24 EST 2010


Author: whitingjr
Date: 2010-02-05 03:40:24 -0500 (Fri, 05 Feb 2010)
New Revision: 31419

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties
Log:
Changed file path of database to location outside module. 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/connection.properties	2010-02-05 08:39:10 UTC (rev 31418)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/connection.properties	2010-02-05 08:40:24 UTC (rev 31419)
@@ -1,6 +1,6 @@
 # Resource 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};create=true
+db-vendor-jdbc-connectionURL.A=jdbc:derby:/home/whitingjr/tsperf/databases/derby/tsperfA;logDevice=/home/whitingjr/tsperf/databases/derby/logs/resourceA-logs;create=true
 db-vendor-jdbc-userName.A=ugg
 db-vendor-jdbc-password.A=ugg
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties	2010-02-05 08:39:10 UTC (rev 31418)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties	2010-02-05 08:40:24 UTC (rev 31419)
@@ -1,6 +1,6 @@
 # Resource 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};create=true
+db-vendor-jdbc-connectionURL.B=jdbc:derby:/home/whitingjr/tsperf/databases/derby/tsperfB;logDevice=/home/whitingjr/tsperf/databases/derby/logs/resourceB-logs;create=true
 db-vendor-jdbc-userName.B=ugg
 db-vendor-jdbc-password.B=ugg
 



More information about the jboss-svn-commits mailing list