[jboss-svn-commits] JBL Code SVN: r30677 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Dec 15 11:30:03 EST 2009
Author: whitingjr
Date: 2009-12-15 11:30:02 -0500 (Tue, 15 Dec 2009)
New Revision: 30677
Modified:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties
Log:
Corrected property names.
Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties 2009-12-15 16:29:33 UTC (rev 30676)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties 2009-12-15 16:30:02 UTC (rev 30677)
@@ -3,29 +3,32 @@
# Resource B
# specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.B=${mysql.db-vendor-profiling}
+db-vendor-profiling.B=${oracle.db-vendor-profiling}
# inclusion xpaths
-db-vendor-package.xpath.B=${mysql.db-vendor-package.xpath}
+db-vendor-package.xpath.B=${oracle.db-vendor-package.xpath}
db-vendor.method.xpaths.B=
-db-vendor-jdbc-same.driverClass.B=${mysql.db-vendor-jdbc-same.driverClass}
-db-vendor-jdbc-xa.driverClass.B=${mysql.db-vendor-jdbc-xa.driverClass}
+db-vendor-jdbc-same.driverClass.B=${oracle.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.B=${oracle.db-vendor-jdbc-xa.driverClass}
# dbunit vendor db factory for data types
-db-vendor-dbunit-datatype.factory.B=${mysql.db-vendor-dbunit-datatype.factory}
+db-vendor-dbunit-datatype.factory.B=${oracle.db-vendor-dbunit-datatype.factory}
# database dialect
-db-vendor-hibernate.dialect.B=${mysql.db-vendor-hibernate.dialect}
+db-vendor-hibernate.dialect.B=${oracle.db-vendor-hibernate.dialect}
# class used to relax integrity constraint
-db-vendor-constraint-class.B=${mysql.db-vendor-constraint-class}
+db-vendor-constraint-class.B=${oracle.db-vendor-constraint-class}
db-connection.caching.B=false
-db-vendor-driver.configuration.xml.B=<entry><key>Url</key><value>${db-vendor-jdbc-connectionURL.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><entry><key>CachePrepStmts</key><value>${db-vendor-driver.cachePreparedStatements.B}</value></entry>
+db-statement.cache.size.B=10
+db-statement.caching.enabled.B=true
-db.supports.xa.B=${mysql.db.supports.xa}
+db-vendor-driver.configuration.xml.B=<entry><key>URL</key><value>${db-vendor-jdbc-connectionURL.B}</value></entry><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>ConnectionCachingEnabled</key><value>${db-connection.caching.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><entry><key>ImplicitCachingEnabled</key><value>${db-statement.caching.enabled.B}</value></entry>
-db-vendor-driver.cachePreparedStatements.B=${mysql.db-vendor.cache.statements}
+db.supports.xa.B=${oracle.db.supports.xa}
+
+db-vendor-driver.cachePreparedStatements.B=${oracle.db-vendor.cache.statements}
More information about the jboss-svn-commits
mailing list