[jboss-svn-commits] JBL Code SVN: r31458 - 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
Fri Feb 5 10:23:27 EST 2010


Author: whitingjr
Date: 2010-02-05 10:23:27 -0500 (Fri, 05 Feb 2010)
New Revision: 31458

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Log:
Removed db driver classes from profiling.


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	2010-02-05 15:22:04 UTC (rev 31457)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties	2010-02-05 15:23:27 UTC (rev 31458)
@@ -7,7 +7,7 @@
 postgresql.db-vendor-jdbc-same.driverClass=org.postgresql.ds.PGSimpleDataSource
 postgresql.db-vendor-jdbc-xa.driverClass=org.postgresql.xa.PGXADataSource
 
-postgresql.db-vendor-jdbc.classes=org.postgresql.jdbc2.AbstractJdbc2Connection,org.postgresql.jdbc2.AbstractJdbc2ResultSet,org.postgresql.jdbc2.AbstractJdbc2Statement,org.postgresql.jdbc4.AbstractJdbc4Statement,org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$ConnectionHandler,org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler,org.postgresql.util.Base64,org.postgresql.xa.PGXAConnection
+postgresql.db-vendor-jdbc.classes=
 
 # dbunit vendor db factory for data types
 postgresql.db-vendor-dbunit-datatype.factory=org.dbunit.ext.postgresql.PostgresqlDataTypeFactory



More information about the jboss-svn-commits mailing list