[jboss-svn-commits] JBL Code SVN: r31320 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db: resourceB and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Jan 29 12:59:38 EST 2010
Author: whitingjr
Date: 2010-01-29 12:59:38 -0500 (Fri, 29 Jan 2010)
New Revision: 31320
Added:
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties
labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/resource.properties
Log:
Added embedded properties.
Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/connection.properties 2010-01-29 17:59:38 UTC (rev 31320)
@@ -0,0 +1,10 @@
+# Resource B
+
+db-vendor-jdbc-connectionURL.B=jdbc:derby:lib/dbdrivers/${resource.B.db.vendor}/databases/${db-vendor-jdbc-database.B};logDevice=lib/dbdrivers/${resource.B.db.vendor}/logs/${db-vendor-jdbc-database.B};create=true
+db-vendor-jdbc-userName.B=ugg
+db-vendor-jdbc-password.B=ugg
+
+# use filter chaining expand properties to populate the connectionURL with the following host
+db-vendor-jdbc-serverName.B=
+db-vendor-jdbc-database.B=tsperfB
+
Added: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/resource.properties (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/database-locations/embedded-db/resourceB/resource.properties 2010-01-29 17:59:38 UTC (rev 31320)
@@ -0,0 +1,41 @@
+
+# derby Resource B
+
+# specify which packages or classes are to be profiled. These will be identical across any database installation
+db-vendor-profiling.B=${derby.db-vendor-profiling}
+# inclusion xpaths
+db-vendor-package.xpath.B=${derby.db-vendor-package.xpath}
+
+db-vendor.method.xpaths.B=${derby.db-vendor.method.xpaths}
+
+db-vendor.profiling.localtx.classes.B=${derby.db-vendor-jdbc-localtx.methods}
+db-vendor.profiling.xa.classes.B=${derby.db-vendor-jdbc-xa.methods}
+
+db-vendor-jdbc-same.driverClass.B=${derby.db-vendor-jdbc-same.driverClass}
+db-vendor-jdbc-xa.driverClass.B=${derby.db-vendor-jdbc-xa.driverClass}
+
+# dbunit vendor db factory for data types
+db-vendor-dbunit-datatype.factory.B=${derby.db-vendor-dbunit-datatype.factory}
+
+# database dialect
+db-vendor-hibernate.dialect.B=${derby.db-vendor-hibernate.dialect}
+
+# class used to relax integrity constraint
+db-vendor-constraint-class.B=${derby.db-vendor-constraint-class}
+
+db-vendor-driver.configuration.xml.B=<entry><key>DatabaseName</key><value>${db-vendor-jdbc-database.B}</value></entry>
+
+db.supports.xa.B=${derby.db.supports.xa}
+
+# JBoss managed connection factory settings
+
+db-connection-share.prepared.statements.B=${derby.db-connection-share.prepared.statements}
+db-connection-prepared.statement.cache.size.B=${derby.db-connection-prepared.statement.cache.size}
+
+db-pool-min.size.B=${derby.db-pool-min.size}
+db-pool-max.size.B=${derby.db-pool-max.size}
+db-connection-blocking.timeout.B=${derby.db-connection-blocking.timeout}
+db-connection-idle.timeout.B=${derby.db-connection-idle.timeout}
+db-connection-background.interval.B=${derby.db-connection-background.interval}
+db-connection-background.validation.B=${derby.db-connection-background.validation}
+
More information about the jboss-svn-commits
mailing list