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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 5 04:40:09 EST 2010


Author: whitingjr
Date: 2010-02-05 04:40:08 -0500 (Fri, 05 Feb 2010)
New Revision: 31436

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


Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties	2010-02-05 09:36:32 UTC (rev 31435)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties	2010-02-05 09:40:08 UTC (rev 31436)
@@ -7,7 +7,8 @@
 oracle.db-vendor-jdbc-same.driverClass=oracle.jdbc.pool.OracleDataSource
 oracle.db-vendor-jdbc-xa.driverClass=oracle.jdbc.xa.client.OracleXADataSource
 
-oracle.db-vendor-jdbc.classes=oracle.jdbc.driver.OraclePreparedStatementWrapper,oracle.jdbc.driver.OracleResultSet,oracle.jdbc.driver.OracleResultSetImpl,oracle.jdbc.driver.OracleStatementWrapper,oracle.jdbc.driver.PhysicalConnection,oracle.jdbc.driver.T4C8Oall,oracle.jdbc.driver.T4CConnection,oracle.jdbc.driver.T4CTTIfun,oracle.jdbc.driver.T4CVarcharAccessor,oracle.net.ns.NetOutputStream,oracle.sql.CharacterSet,oracle.jdbc.driver.T4CTTIOtxen,oracle.jdbc.driver.T4CTTIOtxse,oracle.jdbc.driver.T4CXAResource,oracle.jdbc.OracleConnectionWrapper,oracle.jdbc.xa.client.OracleXAResource,oracle.jdbc.xa.OracleXAResource,oracle.jdbc.xa.OracleXAResource$XidListEntry
+#oracle.db-vendor-jdbc.classes=oracle.jdbc.driver.OraclePreparedStatementWrapper,oracle.jdbc.driver.OracleResultSet,oracle.jdbc.driver.OracleResultSetImpl,oracle.jdbc.driver.OracleStatementWrapper,oracle.jdbc.driver.PhysicalConnection,oracle.jdbc.driver.T4C8Oall,oracle.jdbc.driver.T4CConnection,oracle.jdbc.driver.T4CTTIfun,oracle.jdbc.driver.T4CVarcharAccessor,oracle.net.ns.NetOutputStream,oracle.sql.CharacterSet,oracle.jdbc.driver.T4CTTIOtxen,oracle.jdbc.driver.T4CTTIOtxse,oracle.jdbc.driver.T4CXAResource,oracle.jdbc.OracleConnectionWrapper,oracle.jdbc.xa.client.OracleXAResource,oracle.jdbc.xa.OracleXAResource,oracle.jdbc.xa.OracleXAResource$XidListEntry
+oracle.db-vendor-jdbc.classes=
 
 # dbunit vendor db factory for data types
 oracle.db-vendor-dbunit-datatype.factory=org.dbunit.ext.oracle.OracleDataTypeFactory



More information about the jboss-svn-commits mailing list