[jboss-svn-commits] JBL Code SVN: r30418 - 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
Tue Dec 1 12:43:06 EST 2009


Author: whitingjr
Date: 2009-12-01 12:43:06 -0500 (Tue, 01 Dec 2009)
New Revision: 30418

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties
Log:
Removed comments.
Added new property with required datasource configuration.


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	2009-12-01 17:42:00 UTC (rev 30417)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties	2009-12-01 17:43:06 UTC (rev 30418)
@@ -1,9 +1,7 @@
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-#db-vendor-profiling=oracle.jdbc.xa.client.OracleXADataSource,oracle.jdbc.pool.OracleDataSource,oracle.jdbc.driver,java.lang.InputStream,java.lang.OutputStream
-#db-vendor-profiling=oracle.jdbc.xa.client.OracleXADataSource,oracle.jdbc.pool.OracleDataSource,oracle.jdbc.driver.T4CMAREngine,oracle.jdbc.driver.T4Connection
 db-vendor-profiling=oracle
 # inclusion xpaths
-db.xslt.xpaths=/*/@db-class='x.x.DriverClass'
+db-vendor-package.xpath=oracle
 
 # report to profiling system vendor support for xa, used to verify command line parameters
 db.supports.xa=true
@@ -21,4 +19,4 @@
 # class used to relax integrity constraint
 db-vendor-constraint-class=org.jboss.jbossts.performance.persistence.vendor.OracleConstraint
 
-
+db-vendor-driver.configuration.xml=<entry><key>url</key><value>${db-vendor-jdbc-connectionURL}</value></entry><entry><key>ServerName</key><value>${db-vendor-jdbc-serverName}</value></entry><entry><key>DatabaseName</key><value>${db-vendor-jdbc-database}</value></entry><entry><key>ConnectionCachingEnabled</key><value>${db-connection.caching}</value></entry><entry><key>User</key><value>${db-vendor-jdbc-userName}</value></entry><entry><key>Password</key><value>${db-vendor-jdbc-password}</value></entry>



More information about the jboss-svn-commits mailing list