[jboss-svn-commits] JBL Code SVN: r31420 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 5 03:41:25 EST 2010


Author: whitingjr
Date: 2010-02-05 03:41:25 -0500 (Fri, 05 Feb 2010)
New Revision: 31420

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/resource.properties
Log:
Fixed configuration error.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/resource.properties	2010-02-05 08:40:24 UTC (rev 31419)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceA/resource.properties	2010-02-05 08:41:25 UTC (rev 31420)
@@ -23,7 +23,7 @@
 # class used to relax integrity constraint
 db-vendor-constraint-class.A=${derby.db-vendor-constraint-class}
 
-db-vendor-driver.configuration.xml.A=<entry><key>DatabaseName</key><value>${db-vendor-jdbc-database.A}</value>
+db-vendor-driver.configuration.xml.A=<entry><key>DatabaseName</key><value>${db-vendor-jdbc-database.A}</value></entry>
 
 db.supports.xa.A=${derby.db.supports.xa}
 



More information about the jboss-svn-commits mailing list