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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 14 11:44:20 EST 2009


Author: whitingjr
Date: 2009-12-14 11:44:20 -0500 (Mon, 14 Dec 2009)
New Revision: 30638

Removed:
   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/second-resource-installation.properties
Log:
Removed

Deleted: 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	2009-12-14 16:43:55 UTC (rev 30637)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/db-installation.properties	2009-12-14 16:44:20 UTC (rev 30638)
@@ -1,36 +0,0 @@
-
-# Resource A
-
-# specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.A=org.postgresql
-# inclusion xpaths
-db-vendor-package.xpath.A=org.postgresql
-
-db-vendor.method.xpaths.A=org.postgresql.xa.PGXADataSource:getXAConnection
-
-
-# driver settings
-
-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
-
-db-vendor-jdbc-same.driverClass.A=org.postgresql.ds.PGConnectionPoolDataSource
-db-vendor-jdbc-xa.driverClass.A=org.postgresql.xa.PGXADataSource
-
-# dbunit vendor db factory for data types
-db-vendor-dbunit-datatype.factory.A=org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
-
-# database dialect
-db-vendor-hibernate.dialect.A=org.hibernate.dialect.PostgreSQLDialect
-
-# class used to relax integrity constraint
-db-vendor-constraint-class.A=org.jboss.jbossts.performance.persistence.vendor.PostgreSQL
-
-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>

Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/second-resource-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/second-resource-installation.properties	2009-12-14 16:43:55 UTC (rev 30637)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/remote-db/second-resource-installation.properties	2009-12-14 16:44:20 UTC (rev 30638)
@@ -1,36 +0,0 @@
-
-# Resource B
-
-# specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.B=org.postgresql
-# inclusion xpaths
-db-vendor-package.xpath.B=org.postgresql
-
-db-vendor.method.xpaths.B=
-
-
-# driver settings
-
-db-vendor-jdbc-connectionURL.B=jdbc:arjuna:pgsql2//${db-vendor-jdbc-serverName.B}/${db-vendor-jdbc-database.B}
-db-vendor-jdbc-userName.B=dtf11
-db-vendor-jdbc-password.B=dtf11
-
-# 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
-
-db-vendor-jdbc-same.driverClass.B=org.postgresql.ds.PGConnectionPoolDataSource
-db-vendor-jdbc-xa.driverClass.B=org.postgresql.xa.PGXADataSource
-
-# dbunit vendor db factory for data types
-db-vendor-dbunit-datatype.factory.B=org.dbunit.ext.postgresql.PostgresqlDataTypeFactory
-
-# database dialect
-db-vendor-hibernate.dialect.B=org.hibernate.dialect.PostgreSQLDialect
-
-# class used to relax integrity constraint
-db-vendor-constraint-class.B=org.jboss.jbossts.performance.persistence.vendor.PostgreSQL
-
-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>



More information about the jboss-svn-commits mailing list