[jboss-svn-commits] JBL Code SVN: r31371 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database: mysql and 8 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Feb 3 04:26:40 EST 2010


Author: whitingjr
Date: 2010-02-03 04:26:39 -0500 (Wed, 03 Feb 2010)
New Revision: 31371

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceA/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceB/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties
   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/db-profile.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/resource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties
Log:
Updated database configuration properties.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/derby/db-profile.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -1,16 +1,11 @@
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-derby.db-vendor-profiling=org.apache.derby
+db-vendor-profiling.B=${derby.db-vendor-jdbc.classes}
 
-# report to profiling system vendor support for xa, used to verify command line parameters
-derby.db.supports.xa=true
-
 # needs 'user', 'password', 'URL'
-
 derby.db-vendor-jdbc-same.driverClass=org.apache.derby.jdbc.EmbeddedDataSource40
 derby.db-vendor-jdbc-xa.driverClass=org.apache.derby.jdbc.EmbeddedXADataSource40
 
-derby.db-vendor-jdbc-localtx.methods=org.apache.derby.jdbc.EmbeddedDataSource40
-derby.db-vendor-jdbc-xa.methods=org.apache.derby.jdbc.EmbeddedXADataSource40
+mysql.db-vendor-jdbc.classes=org.apache.derby.jdbc.EmbeddedDataSource40,org.apache.derby.jdbc.EmbeddedXADataSource40
 
 derby.db-vendor-dbunit-datatype.factory=org.dbunit.ext.derby.DerbyDataTypeFactory
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceA/resource.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceA/resource.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -1,17 +1,14 @@
 
+# mysql Resource A
 
-# Resource A
-
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.A=${mysql.db-vendor-profiling}
+db-vendor-profiling.A=${mysql.db-vendor-jdbc.classes}
+
 # inclusion xpaths
 db-vendor-package.xpath.A=${mysql.db-vendor-package.xpath}
 
 db-vendor.method.xpaths.A=${mysql.db-vendor.method.xpaths}
 
-db-vendor.profiling.localtx.classes.A=${mysql.db-vendor-jdbc-localtx.methods}
-db-vendor.profiling.xa.classes.A=${mysql.db-vendor-jdbc-xa.methods}
-
 db-vendor-jdbc-same.driverClass.A=${mysql.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.A=${mysql.db-vendor-jdbc-xa.driverClass}
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceB/resource.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/database-locations/co-located-db/resourceB/resource.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -2,15 +2,13 @@
 # mysql 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=${mysql.db-vendor-jdbc.classes}
+
 # inclusion xpaths
 db-vendor-package.xpath.B=${mysql.db-vendor-package.xpath}
 
 db-vendor.method.xpaths.B=${mysql.db-vendor.method.xpaths}
 
-db-vendor.profiling.localtx.classes.B=${mysql.db-vendor-jdbc-localtx.methods}
-db-vendor.profiling.xa.classes.B=${mysql.db-vendor-jdbc-xa.methods}
-
 db-vendor-jdbc-same.driverClass.B=${mysql.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.B=${mysql.db-vendor-jdbc-xa.driverClass}
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/mysql/db-profile.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -7,8 +7,8 @@
 mysql.db-vendor-jdbc-same.driverClass=com.mysql.jdbc.jdbc2.optional.MysqlDataSource
 mysql.db-vendor-jdbc-xa.driverClass=com.mysql.jdbc.jdbc2.optional.MysqlXADataSource
 
-mysql.db-vendor-jdbc-localtx.methods=com.mysql.jdbc.Connection,com.mysql.jdbc.PreparedStatement,com.mysql.jdbc.ResultSet,com.mysql.jdbc.Statement
-mysql.db-vendor-jdbc-xa.methods=com.mysql.jdbc.jdbc2.optional.ConnectionWrapper,com.mysql.jdbc.jdbc2.optional.MysqlXAConnection,com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper,com.mysql.jdbc.jdbc2.optional.StatementWrapper,com.mysql.jdbc.ResultSet
+#mysql.db-vendor-jdbc.classes=com.mysql.jdbc.Connection,com.mysql.jdbc.PreparedStatement,com.mysql.jdbc.ResultSet,com.mysql.jdbc.Statement,com.mysql.jdbc.jdbc2.optional.ConnectionWrapper,com.mysql.jdbc.jdbc2.optional.MysqlXAConnection,com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper,com.mysql.jdbc.jdbc2.optional.StatementWrapper
+mysql.db-vendor-jdbc.classes=duff.beer
 
 mysql.db-vendor-dbunit-datatype.factory=org.dbunit.ext.mysql.MySqlDataTypeFactory
 
@@ -17,7 +17,7 @@
 
 mysql.db-vendor-constraint-class=org.jboss.jbossts.performance.persistence.vendor.MySQL
 
-mysql.db-vendor-profiling=com.mysql,org.gjt
+mysql.db-vendor-profiling=
 # inclusion xpaths
 mysql.db-vendor-package.xpath=com.mysql
 mysql.db-vendor.method.xpaths=com.mysql.jdbc.Buffer:readByte,com.mysql.jdbc.Buffer:writeByte
@@ -30,3 +30,4 @@
 mysql.db-connection-background.validation=false
 mysql.db-connection-share.prepared.statements=true
 mysql.db-connection-prepared.statement.cache.size=20
+

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceA/resource.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -2,15 +2,12 @@
 # Resource A
 
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.A=${oracle.db-vendor-profiling}
+db-vendor-profiling.A=${oracle.db-vendor-jdbc.classes}
 # inclusion xpaths
 db-vendor-package.xpath.A=${oracle.db-vendor-package.xpath}
 
 db-vendor.method.xpaths.A=${oracle.db-vendor.method.xpaths}
 
-db-vendor.profiling.localtx.classes.A=${oracle.db-vendor-jdbc-localtx.methods}
-db-vendor.profiling.xa.classes.A=${oracle.db-vendor-jdbc-xa.methods}
-
 db-vendor-jdbc-same.driverClass.A=${oracle.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.A=${oracle.db-vendor-jdbc-xa.driverClass}
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/connection.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -1,8 +1,8 @@
 
 db-vendor-jdbc-connectionURL.B=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.B}:1521:${db-vendor-jdbc-database.B}
-db-vendor-jdbc-userName.B=dtf11
-db-vendor-jdbc-password.B=dtf11
+db-vendor-jdbc-userName.B=dtf12
+db-vendor-jdbc-password.B=dTfwBBB125S
 
 # use filter chaining expandproperties to populate the connectionURL with the following host
 db-vendor-jdbc-serverName.B=burtha2
-db-vendor-jdbc-database.B=orcl
+db-vendor-jdbc-database.B=dtf12

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	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/co-located-db/resourceB/resource.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -2,15 +2,13 @@
 # Resource B
 
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.B=${oracle.db-vendor-profiling}
+db-vendor-profiling.B=${oracle.db-vendor-jdbc.classes}
+
 # inclusion xpaths
 db-vendor-package.xpath.B=${oracle.db-vendor-package.xpath}
 
 db-vendor.method.xpaths.B=${oracle.db-vendor.method.xpaths}
 
-db-vendor.profiling.localtx.classes.B=${oracle.db-vendor-jdbc-localtx.methods}
-db-vendor.profiling.xa.classes.B=${oracle.db-vendor-jdbc-xa.methods}
-
 db-vendor-jdbc-same.driverClass.B=${oracle.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.B=${oracle.db-vendor-jdbc-xa.driverClass}
 

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-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/db-profile.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -7,8 +7,7 @@
 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-localtx.methods=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.db-vendor-jdbc-xa.methods=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.T4CTTIfun,oracle.jdbc.driver.T4CTTIOtxen,oracle.jdbc.driver.T4CTTIOtxse,oracle.jdbc.driver.T4CVarcharAccessor,oracle.jdbc.driver.T4CXAResource,oracle.jdbc.OracleConnectionWrapper,oracle.jdbc.xa.client.OracleXAResource,oracle.jdbc.xa.OracleXAResource,oracle.jdbc.xa.OracleXAResource$XidListEntry,oracle.net.ns.NetOutputStream,oracle.sql.CharacterSet
+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
 
 # dbunit vendor db factory for data types
 oracle.db-vendor-dbunit-datatype.factory=org.dbunit.ext.oracle.OracleDataTypeFactory

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/resource.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceA/resource.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -1,16 +1,13 @@
 
-# Resource A
+# postgres Resource A
 
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.A=${postgresql.db-vendor-profiling}
+db-vendor-profiling.A=${postgresql.db-vendor-jdbc.classes}
 # inclusion xpaths
 db-vendor-package.xpath.A=${postgresql.db-vendor-package.xpath}
 
 db-vendor.method.xpaths.A=${postgresql.db-vendor.method.xpaths}
 
-db-vendor.profiling.localtx.classes.A=${postgresql.db-vendor-jdbc-localtx.methods}
-db-vendor.profiling.xa.classes.A=${postgresql.db-vendor-jdbc-xa.methods}
-
 db-vendor-jdbc-same.driverClass.A=${postgresql.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.A=${postgresql.db-vendor-jdbc-xa.driverClass}
 

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/resource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/resource.properties	2010-02-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/database-locations/co-located-db/resourceB/resource.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -1,17 +1,13 @@
 
+# postgresResource B
 
-# Resource B
-
 # specify which packages or classes are to be profiled. These will be identical across any database installation
-db-vendor-profiling.B=${postgresql.db-vendor-profiling}
+db-vendor-profiling.B=${postgresql.db-vendor-jdbc.classes}
 # inclusion xpaths
 db-vendor-package.xpath.B=${postgresql.db-vendor-package.xpath}
 
 db-vendor.method.xpaths.B=${postgresql.db-vendor.method.xpaths}
 
-db-vendor.profiling.localtx.classes.B=${postgresql.db-vendor-jdbc-localtx.methods}
-db-vendor.profiling.xa.classes.B=${postgresql.db-vendor-jdbc-xa.methods}
-
 db-vendor-jdbc-same.driverClass.B=${postgresql.db-vendor-jdbc-same.driverClass}
 db-vendor-jdbc-xa.driverClass.B=${postgresql.db-vendor-jdbc-xa.driverClass}
 

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-03 09:25:40 UTC (rev 31370)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/postgresql/db-profile.properties	2010-02-03 09:26:39 UTC (rev 31371)
@@ -7,8 +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-localtx.methods=org.postgresql.jdbc2.AbstractJdbc2Connection,org.postgresql.jdbc2.AbstractJdbc2ResultSet,org.postgresql.jdbc2.AbstractJdbc2Statement,org.postgresql.jdbc4.AbstractJdbc4Statement
-postgresql.db-vendor-jdbc-xa.methods=org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$ConnectionHandler,org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler,org.postgresql.jdbc2.AbstractJdbc2Connection,org.postgresql.jdbc2.AbstractJdbc2ResultSet,org.postgresql.jdbc2.AbstractJdbc2Statement,org.postgresql.util.Base64,org.postgresql.xa.PGXAConnection
+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
 
 # 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