[jboss-svn-commits] JBL Code SVN: r30534 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 8 06:36:54 EST 2009


Author: whitingjr
Date: 2009-12-08 06:36:53 -0500 (Tue, 08 Dec 2009)
New Revision: 30534

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Log:
Added second resource properties.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties	2009-12-08 11:03:37 UTC (rev 30533)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties	2009-12-08 11:36:53 UTC (rev 30534)
@@ -4,6 +4,8 @@
 # inclusion xpaths
 db-vendor-package.xpath=org.postgresql
 
+db-vendor.method.xpaths
+
 # report to profiling system vendor support for xa, used to verify command line parameters
 db.supports.xa=true
 
@@ -20,3 +22,6 @@
 # class used to relax integrity constraint
 db-vendor-constraint-class=org.jboss.jbossts.performance.persistence.vendor.PostgreSQL
 
+db-vendor-driver.configuration.xml.A=<entry><key>url</key><value>${db-vendor-jdbc-connectionURL.A}</value></entry><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>ConnectionCachingEnabled</key><value>${db-connection.caching}</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.configuration.xml.B=<entry><key>url</key><value>${db-vendor-jdbc-connectionURL.B}</value></entry><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>ConnectionCachingEnabled</key><value>${db-connection.caching}</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>
+



More information about the jboss-svn-commits mailing list