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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 14 11:42:53 EST 2009


Author: whitingjr
Date: 2009-12-14 11:42:52 -0500 (Mon, 14 Dec 2009)
New Revision: 30635

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

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/connection.properties	2009-12-14 16:42:52 UTC (rev 30635)
@@ -0,0 +1,9 @@
+# Resource A
+
+db-vendor-jdbc-connectionURL.B=jdbc:arjuna:pgsql1//${db-vendor-jdbc-serverName.B}/${db-vendor-jdbc-database.B}
+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/postgresql/database-locations/remote-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/resource.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/resourceB/resource.properties	2009-12-14 16:42:52 UTC (rev 30635)
@@ -0,0 +1,28 @@
+
+
+# Resource B
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.B=${postgresql.db-vendor-profiling}
+# inclusion xpaths
+db-vendor-package.xpath.B=${postgresql.db-vendor-package.xpath}
+
+db-vendor.method.xpaths.B=${postgresql.db-vendor.method.xpaths}
+
+db-vendor-jdbc-same.driverClass.B=${postgresql.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.B=${postgresql.db-vendor-jdbc-xa.driverClass}
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.B=${postgresql.db-vendor-dbunit-datatype.factory}
+
+# database dialect
+db-vendor-hibernate.dialect.B=${postgresql.db-vendor-hibernate.dialect}
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.B=${postgresql.db-vendor-constraint-class}
+
+db-connection.caching.B=false
+
+db-vendor-driver.configuration.xml.B=<entry><key>ServerName</key><value>${db-vendor-jdbc-serverName.B}</value></entry><entry><key>DatabaseName</key><value>${db-vendor-jdbc-database.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>
+
+db-vendor-driver.cachePreparedStatements.B=${postgresql.db-vendor-driver.cachePreparedStatements}



More information about the jboss-svn-commits mailing list