[jboss-svn-commits] JBL Code SVN: r30631 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database: derby/database-locations/remote-db/resourceA and 4 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 14 11:27:25 EST 2009


Author: whitingjr
Date: 2009-12-14 11:27:24 -0500 (Mon, 14 Dec 2009)
New Revision: 30631

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceB/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceB/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceB/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceB/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceB/connection.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceB/resource.properties
Log:
Added resource properties files.

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/connection.properties	2009-12-14 16:27:24 UTC (rev 30631)
@@ -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/remote-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceA/resource.properties	2009-12-14 16:27:24 UTC (rev 30631)
@@ -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

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceB/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/remote-db/resourceB/connection.properties	2009-12-14 16:27:24 UTC (rev 30631)
@@ -0,0 +1,9 @@
+# Resource B
+
+db-vendor-jdbc-connectionURL.B=
+db-vendor-jdbc-userName.B=
+db-vendor-jdbc-password.B=
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.B=
+db-vendor-jdbc-database.B=

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

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/connection.properties	2009-12-14 16:27:24 UTC (rev 30631)
@@ -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/hsql/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceA/resource.properties	2009-12-14 16:27:24 UTC (rev 30631)
@@ -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

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceB/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/hsql/database-locations/co-located-db/resourceB/connection.properties	2009-12-14 16:27:24 UTC (rev 30631)
@@ -0,0 +1,9 @@
+# Resource B
+
+db-vendor-jdbc-connectionURL.B=
+db-vendor-jdbc-userName.B=
+db-vendor-jdbc-password.B=
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.B=
+db-vendor-jdbc-database.B=

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



More information about the jboss-svn-commits mailing list