[jboss-svn-commits] JBL Code SVN: r29824 - in labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties: jdbc-resource and 3 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 26 14:06:37 EDT 2009


Author: whitingjr
Date: 2009-10-26 14:06:37 -0400 (Mon, 26 Oct 2009)
New Revision: 29824

Added:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/local-tx/
   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/no-tx/
   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/xa/
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/xa/datasource.properties
Log:
Added support for selecting datasource configuration.

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/local-tx/datasource.properties	2009-10-26 18:06:37 UTC (rev 29824)
@@ -0,0 +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>
\ No newline at end of file

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/no-tx/datasource.properties	2009-10-26 18:06:37 UTC (rev 29824)
@@ -0,0 +1 @@
+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

Added: 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	                        (rev 0)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/properties/jdbc-resource/xa/datasource.properties	2009-10-26 18:06:37 UTC (rev 29824)
@@ -0,0 +1 @@
+datasoure.xml=<!-- place some datasource xml here  -->
\ No newline at end of file



More information about the jboss-svn-commits mailing list