[jboss-svn-commits] JBL Code SVN: r30302 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/no-tx.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 23 04:25:38 EST 2009


Author: whitingjr
Date: 2009-11-23 04:25:38 -0500 (Mon, 23 Nov 2009)
New Revision: 30302

Removed:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/no-tx/datasource.properties
Log:
Complete - taskConvert local-tx configuration 
Removed file.

Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/no-tx/datasource.properties
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/no-tx/datasource.properties	2009-11-23 09:25:13 UTC (rev 30301)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/no-tx/datasource.properties	2009-11-23 09:25:38 UTC (rev 30302)
@@ -1 +0,0 @@
-datasoure.xml=<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>
\ No newline at end of file



More information about the jboss-svn-commits mailing list