[jboss-svn-commits] JBL Code SVN: r30639 - 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
Mon Dec 14 11:44:45 EST 2009
Author: whitingjr
Date: 2009-12-14 11:44:44 -0500 (Mon, 14 Dec 2009)
New Revision: 30639
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Log:
Added generic vendor 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-14 16:44:20 UTC (rev 30638)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties 2009-12-14 16:44:44 UTC (rev 30639)
@@ -3,4 +3,25 @@
# needs 'user', 'password', 'serverName', 'databaseName'
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+postgresql.db-vendor-profiling=org.postgresql
+# inclusion xpaths
+postgresql.db-vendor-package.xpath=org.postgresql
+postgresql.db-vendor.method.xpaths=org.postgresql.xa.PGXADataSource:getXAConnection
+
+postgresql.db-vendor-jdbc-same.driverClass=org.postgresql.ds.PGConnectionPoolDataSource
+postgresql.db-vendor-jdbc-xa.driverClass=org.postgresql.xa.PGXADataSource
+
+# dbunit vendor db factory for data types
+postgresql.db-vendor-dbunit-datatype.factory=org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
+
+# database dialect
+postgresql.db-vendor-hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
+
+# class used to relax integrity constraint
+postgresql.db-vendor-constraint-class=org.jboss.jbossts.performance.persistence.vendor.PostgreSQL
+
+postgresql.db-connection.caching=false
+
+postgresql.db-vendor-driver.cachePreparedStatements=true
More information about the jboss-svn-commits
mailing list