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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 14 11:26:33 EST 2009


Author: whitingjr
Date: 2009-12-14 11:26:32 -0500 (Mon, 14 Dec 2009)
New Revision: 30629

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/
   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/resource.properties
Log:
Added resource properties files.

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/connection.properties	2009-12-14 16:26:32 UTC (rev 30629)
@@ -0,0 +1,9 @@
+# Resource A
+
+db-vendor-jdbc-connectionURL.A=
+db-vendor-jdbc-userName.A=
+db-vendor-jdbc-password.A=
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.A=
+db-vendor-jdbc-database.A=

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/co-located-db/resourceA/resource.properties	2009-12-14 16:26:32 UTC (rev 30629)
@@ -0,0 +1,29 @@
+
+
+# Resource A
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.A=
+# inclusion xpaths
+db-vendor-package.xpath.A=
+
+db-vendor.method.xpaths.A=
+
+
+db-vendor-jdbc-same.driverClass.A=
+db-vendor-jdbc-xa.driverClass.A=
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.A=
+
+# database dialect
+db-vendor-hibernate.dialect.A=
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.A=
+
+db-connection.caching.A=false
+
+db-vendor-driver.configuration.xml.A=
+
+db.supports.xa.A=
\ No newline at end of file



More information about the jboss-svn-commits mailing list