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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Dec 8 13:03:05 EST 2009


Author: whitingjr
Date: 2009-12-08 13:03:05 -0500 (Tue, 08 Dec 2009)
New Revision: 30549

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/second-resource-installation.properties
Log:
Changed host name for second resource.
Fixed errors in first resource configuration.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties	2009-12-08 18:02:40 UTC (rev 30548)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/db-installation.properties	2009-12-08 18:03:05 UTC (rev 30549)
@@ -10,7 +10,7 @@
 
 # driver settings
 
-db-vendor-jdbc-connectionURL.A=jdbc:arjuna:oracle_thin1:@${db-vendor-jdbc-serverName.A}:1521:${db-vendor-jdbc-database.A}
+db-vendor-jdbc-connectionURL.A=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.A}:1521:${db-vendor-jdbc-database.A}
 db-vendor-jdbc-userName.A=dtf11
 db-vendor-jdbc-password.A=dtf11
 
@@ -18,18 +18,18 @@
 db-vendor-jdbc-serverName.A=larry.buildnet.ncl.jboss.com
 db-vendor-jdbc-database.A=orcl
 
-db-vendor-jdbc-same.driverClass.B=oracle.jdbc.pool.OracleDataSource
-db-vendor-jdbc-xa.driverClass.B=oracle.jdbc.xa.client.OracleXADataSource
+db-vendor-jdbc-same.driverClass.A=oracle.jdbc.pool.OracleDataSource
+db-vendor-jdbc-xa.driverClass.A=oracle.jdbc.xa.client.OracleXADataSource
 
 # dbunit vendor db factory for data types
-db-vendor-dbunit-datatype.factory.B=org.dbunit.ext.oracle.OracleDataTypeFactory
+db-vendor-dbunit-datatype.factory.A=org.dbunit.ext.oracle.OracleDataTypeFactory
 
 # database dialect
-db-vendor-hibernate.dialect.B=org.hibernate.dialect.OracleDialect
+db-vendor-hibernate.dialect.A=org.hibernate.dialect.OracleDialect
 
 # class used to relax integrity constraint
-db-vendor-constraint-class.B=org.jboss.jbossts.performance.persistence.vendor.OracleConstraint
+db-vendor-constraint-class.A=org.jboss.jbossts.performance.persistence.vendor.OracleConstraint
 
-db-connection.caching.B=false
+db-connection.caching.A=false
 
 db-vendor-driver.configuration.xml.A=<entry><key>URL</key><value>${db-vendor-jdbc-connectionURL.A}</value></entry><entry><key>ServerName</key><value>${db-vendor-jdbc-serverName.A}</value></entry><entry><key>DatabaseName</key><value>${db-vendor-jdbc-database.A}</value></entry><entry><key>ConnectionCachingEnabled</key><value>${db-connection.caching.A}</value></entry><entry><key>User</key><value>${db-vendor-jdbc-userName.A}</value></entry><entry><key>Password</key><value>${db-vendor-jdbc-password.A}</value></entry>
\ No newline at end of file

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/second-resource-installation.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/second-resource-installation.properties	2009-12-08 18:02:40 UTC (rev 30548)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/database/oracle/database-locations/remote-db/second-resource-installation.properties	2009-12-08 18:03:05 UTC (rev 30549)
@@ -8,14 +8,13 @@
 
 db-vendor.method.xpaths.B=oracle.net.ns.DataPacket:send,oracle.net.ns.DataPacket:receive
 
-#db-vendor-jdbc-connectionURL.B=jdbc:arjuna:oracle_thin2:@${db-vendor-jdbc-serverName.B}:1521:${db-vendor-jdbc-database.B}
 db-vendor-jdbc-connectionURL.B=jdbc:oracle:thin:@${db-vendor-jdbc-serverName.B}:1521:${db-vendor-jdbc-database.B}
 
 db-vendor-jdbc-userName.B=dtf12
 db-vendor-jdbc-password.B=dtf12
 
 # use filter chaining expandproperties to populate the connectionURL with the following host
-db-vendor-jdbc-serverName.B=larry.buildnet.ncl.jboss.com
+db-vendor-jdbc-serverName.B=larry2.buildnet.ncl.jboss.com
 db-vendor-jdbc-database.B=orcl
 
 db-vendor-jdbc-same.driverClass.B=oracle.jdbc.pool.OracleDataSource



More information about the jboss-svn-commits mailing list