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

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


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

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

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



More information about the jboss-svn-commits mailing list