[jboss-svn-commits] JBL Code SVN: r30202 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database: postgresql and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 18 13:23:12 EST 2009


Author: whitingjr
Date: 2009-11-18 13:23:12 -0500 (Wed, 18 Nov 2009)
New Revision: 30202

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Removed:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-location/
Log:
Added postgresql support.

Copied: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql (from rev 29722, labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgres)

Copied: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations (from rev 30115, labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgres/database-locations)

Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties	2009-11-18 18:23:12 UTC (rev 30202)
@@ -0,0 +1,9 @@
+# driver settings
+
+#jdbc:oracle:thin:@larry.buildnet.ncl.jboss.com:1521:orcl
+db-vendor-jdbc-connectionURL=jdbc:postgresql://${db-vendor-jdbc-serverName}/${db-vendor-jdbc-database}
+db-vendor-jdbc-userName=dtf11
+db-vendor-jdbc-password=dtf11
+# use filter chaining expandproperties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-database=jbossts

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties	2009-11-18 18:23:12 UTC (rev 30202)
@@ -0,0 +1,22 @@
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+#db-vendor-profiling=org.postgresql
+db-vendor-profiling=org.edd
+# inclusion xpaths
+db.xslt.xpaths=/*/@db-class='x.x.DriverClass'
+
+# report to profiling system vendor support for xa, used to verify command line parameters
+db.supports.xa=true
+
+# db vendor driver class
+db-vendor-jdbc-same.driverClass=org.postgresql.ds.PGConnectionPoolDataSource
+db-vendor-jdbc-xa.driverClass=org.postgresql.xa.PGXADataSource
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory=org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
+
+# database dialect
+db-vendor-hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
+
+# class used to relax integrity constraint
+db-vendor-constraint-class=org.jboss.jbossts.performance.persistence.vendor.PostgreSQL
+



More information about the jboss-svn-commits mailing list