[jboss-svn-commits] JBL Code SVN: r30089 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource: xa and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 10 12:21:58 EST 2009


Author: whitingjr
Date: 2009-11-10 12:21:58 -0500 (Tue, 10 Nov 2009)
New Revision: 30089

Modified:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/local-tx/datasource.properties
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/xa/datasource.properties
Log:
Added configuration for different transaction strategies.

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/local-tx/datasource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/local-tx/datasource.properties	2009-11-10 17:21:05 UTC (rev 30088)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/local-tx/datasource.properties	2009-11-10 17:21:58 UTC (rev 30089)
@@ -1 +1 @@
-datasoure.xml=<!-- Enable a JCA datasource available through JNDI --><bean name="caveatEmptorDatasourceFactory" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource"><property name="jndiName">java:/caveatemptorTestingDatasource</property><property name="driverClass">${db-vendor-jdbc-same.driverClass}</property><property name="connectionURL">${db-vendor-jdbc-connectionURL}</property><property name="userName">${db-vendor-jdbc-userName}</property><property name="minSize">0</property><property name="maxSize">10</property> <property name="blockingTimeout">1000</property> <property name="idleTimeout">100000</property> <property name="transactionManager"><inject bean="TransactionManager"/></property> <property name="cachedConnectionManager"><inject bean="CachedConnectionManager"/></property> <property name="initialContextProperties"><inject bean="InitialContextProperties"/></property> </bean> <bean name="caveatemptorTestingDatasource" class="java.lang.Object"><constructo!
 r factoryMethod="getDatasource"><factory bean="caveatEmptorDatasourceFactory" /></constructor></bean>
\ No newline at end of file
+datasoure.xml=<!-- Enable a JCA datasource available through JNDI --><bean name="caveatEmptorDatasourceFactory" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource"><property name="jndiName">java:/caveatemptorTestingDatasource</property><property name="driverClass">${db-vendor-jdbc-same.driverClass}</property><property name="connectionURL">${db-vendor-jdbc-connectionURL}</property><property name="userName">${db-vendor-jdbc-userName}</property><property name="password">${db-vendor-jdbc-password}</property><property name="minSize">0</property><property name="maxSize">10</property> <property name="blockingTimeout">1000</property> <property name="idleTimeout">100000</property> <property name="transactionManager"><inject bean="TransactionManager"/></property> <property name="cachedConnectionManager"><inject bean="CachedConnectionManager"/></property> <property name="initialContextProperties"><inject bean="InitialContextProperties"/></property> </bean> <bean name="cave!
 atemptorTestingDatasource" class="java.lang.Object"><constructor factoryMethod="getDatasource"><factory bean="caveatEmptorDatasourceFactory" /></constructor></bean>
\ No newline at end of file

Modified: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/xa/datasource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/xa/datasource.properties	2009-11-10 17:21:05 UTC (rev 30088)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/xa/datasource.properties	2009-11-10 17:21:58 UTC (rev 30089)
@@ -1 +1 @@
-datasoure.xml=<!-- place some datasource xml here  --><bean name="VendorXADataSource" class="${db-vendor-jdbc-xa.driverClass}"><property name="user">${db-vendor-jdbc-userName}</property><property name="password">${db-vendor-jdbc-password}</property><property name="url">${db-vendor-jdbc-connectionURL}</property></bean><bean name="DatasourceWrapper" class="org.jboss.jbossts.performance.MCXaDataSourceWrapper"><constructor><parameter class="java.lang.String">java:/caveatemptorTestingDatasource</parameter><parameter class="javax.sql.XADataSource"><inject bean="VendorXADataSource" /></parameter></constructor><property name="initialContextProperties"><inject bean="InitialContextProperties"/></property></bean><bean name="TransactionalResourceFactory" class="org.jboss.jbossts.performance.TransactionXADataSourceFactory"><constructor><parameter class="java.lang.String">java:/caveatemptorTestingDatasource</parameter><parameter class="org.jboss.jbossts.tomcat.XADataSourceWrapper"><injec!
 t bean="DatasourceWrapper"/></parameter></constructor></bean><bean name="caveatemptorTestingDatasource" class="java.lang.Object"><constructor factoryMethod="getDatasource"><factory bean="TransactionalResourceFactory" /></constructor></bean>
\ No newline at end of file
+datasoure.xml=<!-- place some datasource xml here  --><bean name="VendorXADataSource" class="${db-vendor-jdbc-xa.driverClass}"><property name="user">${db-vendor-jdbc-userName}</property><property name="password">${db-vendor-jdbc-password}</property><property name="${db-vendor-property-name.url}">${db-vendor-jdbc-connectionURL}</property></bean><bean name="DatasourceWrapper" class="org.jboss.jbossts.performance.MCXaDataSourceWrapper"><constructor><parameter class="java.lang.String">java:/caveatemptorTestingDatasource</parameter><parameter class="javax.sql.XADataSource"><inject bean="VendorXADataSource" /></parameter><parameter class="java.lang.String">${db-vendor-jdbc-userName}</parameter><parameter class="java.lang.String">${db-vendor-jdbc-password}</parameter></constructor><property name="initialContextProperties"><inject bean="InitialContextProperties"/></property></bean><bean name="TransactionalResourceFactory" class="org.jboss.jbossts.performance.TransactionXADataSource!
 Factory"><constructor><parameter class="java.lang.String">java:/caveatemptorTestingDatasource</parameter><parameter class="org.jboss.jbossts.tomcat.XADataSourceWrapper"><inject bean="DatasourceWrapper"/></parameter></constructor></bean><bean name="caveatemptorTestingDatasource" class="java.lang.Object"><constructor factoryMethod="getDatasource"><factory bean="TransactionalResourceFactory" /></constructor></bean>
\ No newline at end of file



More information about the jboss-svn-commits mailing list