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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 14 11:28:30 EST 2009


Author: whitingjr
Date: 2009-12-14 11:28:29 -0500 (Mon, 14 Dec 2009)
New Revision: 30633

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

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/connection.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,9 @@
+# Resource A
+
+db-vendor-jdbc-connectionURL.A=jdbc:mysql://${db-vendor-jdbc-serverName.A}:3306/${db-vendor-jdbc-database.A}
+db-vendor-jdbc-userName.A=usrbert
+db-vendor-jdbc-password.A=u5rb3rt
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.A=localhost
+db-vendor-jdbc-database.A=tsperf

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,31 @@
+
+
+# Resource A
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.A=${mysql.db-vendor-profiling}
+# inclusion xpaths
+db-vendor-package.xpath.A=${mysql.db-vendor-package.xpath}
+
+db-vendor.method.xpaths.A=
+
+
+db-vendor-jdbc-same.driverClass.A=${mysql.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.A=${mysql.db-vendor-jdbc-xa.driverClass}
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.A=${mysql.db-vendor-dbunit-datatype.factory}
+
+# database dialect
+db-vendor-hibernate.dialect.A=${mysql.db-vendor-hibernate.dialect}
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.A=${mysql.db-vendor-constraint-class}
+
+db-connection.caching.A=false
+
+db-vendor-driver.configuration.xml.A=<entry><key>Url</key><value>${db-vendor-jdbc-connectionURL.A}</value></entry><entry><key>User</key><value>${db-vendor-jdbc-userName.A}</value></entry><entry><key>Password</key><value>${db-vendor-jdbc-password.A}</value></entry><entry><key>CachePrepStmts</key><value>${db-vendor-driver.cachePreparedStatements.A}</value></entry>
+
+db.supports.xa.A=${mysql.db.supports.xa}
+
+db-vendor-driver.cachePreparedStatements.A=${mysql.db-vendor.cache.statements}

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,9 @@
+# Resource B
+
+db-vendor-jdbc-connectionURL.B=jdbc:mysql://${db-vendor-jdbc-serverName.B}:3306/${db-vendor-jdbc-database.B}
+db-vendor-jdbc-userName.B=usrbert
+db-vendor-jdbc-password.B=u5rb3rt
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.B=localhost
+db-vendor-jdbc-database.B=tsperf2

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,31 @@
+
+
+# Resource B
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.B=${mysql.db-vendor-profiling}
+# inclusion xpaths
+db-vendor-package.xpath.B=${mysql.db-vendor-package.xpath}
+
+db-vendor.method.xpaths.B=
+
+
+db-vendor-jdbc-same.driverClass.B=${mysql.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.B=${mysql.db-vendor-jdbc-xa.driverClass}
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.B=${mysql.db-vendor-dbunit-datatype.factory}
+
+# database dialect
+db-vendor-hibernate.dialect.B=${mysql.db-vendor-hibernate.dialect}
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.B=${mysql.db-vendor-constraint-class}
+
+db-connection.caching.B=false
+
+db-vendor-driver.configuration.xml.B=<entry><key>Url</key><value>${db-vendor-jdbc-connectionURL.B}</value></entry><entry><key>User</key><value>${db-vendor-jdbc-userName.B}</value></entry><entry><key>Password</key><value>${db-vendor-jdbc-password.B}</value></entry><entry><key>CachePrepStmts</key><value>${db-vendor-driver.cachePreparedStatements.B}</value></entry>
+
+db.supports.xa.B=${mysql.db.supports.xa}
+
+db-vendor-driver.cachePreparedStatements.B=${mysql.db-vendor.cache.statements}

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/connection.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,9 @@
+# Resource A
+
+db-vendor-jdbc-connectionURL.A=jdbc:mysql://${db-vendor-jdbc-serverName.A}:3306/${db-vendor-jdbc-database.A}
+db-vendor-jdbc-userName.A=dtf11
+db-vendor-jdbc-password.A=dtf11
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.A=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-database.A=jbossts

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceA/resource.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,31 @@
+
+
+# Resource A
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.A=${mysql.db-vendor-profiling}
+# inclusion xpaths
+db-vendor-package.xpath.A=${mysql.db-vendor-package.xpath}
+
+db-vendor.method.xpaths.A=
+
+
+db-vendor-jdbc-same.driverClass.A=${mysql.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.A=${mysql.db-vendor-jdbc-xa.driverClass}
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.A=${mysql.db-vendor-dbunit-datatype.factory}
+
+# database dialect
+db-vendor-hibernate.dialect.A=${mysql.db-vendor-hibernate.dialect}
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.A=${mysql.db-vendor-constraint-class}
+
+db-connection.caching.A=false
+
+db-vendor-driver.configuration.xml.A=<entry><key>Url</key><value>${db-vendor-jdbc-connectionURL.A}</value></entry><entry><key>User</key><value>${db-vendor-jdbc-userName.A}</value></entry><entry><key>Password</key><value>${db-vendor-jdbc-password.A}</value></entry><entry><key>CachePrepStmts</key><value>${db-vendor-driver.cachePreparedStatements.A}</value></entry>
+
+db.supports.xa.A=${mysql.db.supports.xa}
+
+db-vendor-driver.cachePreparedStatements.A=${mysql.db-vendor.cache.statements}

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/connection.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,9 @@
+# Resource B
+
+db-vendor-jdbc-connectionURL.B=jdbc:mysql://${db-vendor-jdbc-serverName.A}:3306/${db-vendor-jdbc-database.A}
+db-vendor-jdbc-userName.B=dtf12
+db-vendor-jdbc-password.B=dtf12
+
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.B=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-database.B=jbossts

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/resourceB/resource.properties	2009-12-14 16:28:29 UTC (rev 30633)
@@ -0,0 +1,30 @@
+
+
+# Resource B
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.B=${mysql.db-vendor-profiling}
+# inclusion xpaths
+db-vendor-package.xpath.B=${mysql.db-vendor-package.xpath}
+
+db-vendor.method.xpaths.B=
+
+db-vendor-jdbc-same.driverClass.B=${mysql.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.B=${mysql.db-vendor-jdbc-xa.driverClass}
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.B=${mysql.db-vendor-dbunit-datatype.factory}
+
+# database dialect
+db-vendor-hibernate.dialect.B=${mysql.db-vendor-hibernate.dialect}
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.B=${mysql.db-vendor-constraint-class}
+
+db-connection.caching.B=false
+
+db-vendor-driver.configuration.xml.B=<entry><key>Url</key><value>${db-vendor-jdbc-connectionURL.B}</value></entry><entry><key>User</key><value>${db-vendor-jdbc-userName.B}</value></entry><entry><key>Password</key><value>${db-vendor-jdbc-password.B}</value></entry><entry><key>CachePrepStmts</key><value>${db-vendor-driver.cachePreparedStatements.B}</value></entry>
+
+db.supports.xa.B=${mysql.db.supports.xa}
+
+db-vendor-driver.cachePreparedStatements.B=${mysql.db-vendor.cache.statements}



More information about the jboss-svn-commits mailing list