[jboss-cvs] JBossAS SVN: r66500 - in trunk: embedded/src/main/resources/javase/conf and 4 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 26 11:45:47 EDT 2007
Author: dimitris at jboss.org
Date: 2007-10-26 11:45:47 -0400 (Fri, 26 Oct 2007)
New Revision: 66500
Modified:
trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml
trunk/embedded/src/main/resources/javase/conf/jboss-service.xml
trunk/jbossmq/src/etc/server/examples/deploy/standalone/jboss-service.xml
trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench1.xml
trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench2.xml
trunk/testsuite/src/resources/cluster/http/jboss-service.xml
trunk/testsuite/src/resources/test-configs/jrmp-invoker/conf/jboss-service.xml
Log:
Move the JBossJTA transaction log from JBOSS_DIST/bin to tx-object-store in the ${jboss.server.data.dir} for the testsuite setups, too.
Modified: trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml
===================================================================
--- trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/ejb3/src/resources/test-configs/localfromremote2/conf/jboss-service.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -336,6 +336,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<!--
Modified: trunk/embedded/src/main/resources/javase/conf/jboss-service.xml
===================================================================
--- trunk/embedded/src/main/resources/javase/conf/jboss-service.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/embedded/src/main/resources/javase/conf/jboss-service.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -89,6 +89,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<mbean code="org.jboss.util.threadpool.BasicThreadPool"
Modified: trunk/jbossmq/src/etc/server/examples/deploy/standalone/jboss-service.xml
===================================================================
--- trunk/jbossmq/src/etc/server/examples/deploy/standalone/jboss-service.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/jbossmq/src/etc/server/examples/deploy/standalone/jboss-service.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -65,6 +65,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<!-- ==================================================================== -->
Modified: trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench1.xml
===================================================================
--- trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench1.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench1.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -238,6 +238,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<!--
Modified: trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench2.xml
===================================================================
--- trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench2.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/testsuite/src/etc/cluster-harness/conf/jboss-service-bench2.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -240,6 +240,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<!--
Modified: trunk/testsuite/src/resources/cluster/http/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/cluster/http/jboss-service.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/testsuite/src/resources/cluster/http/jboss-service.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -178,6 +178,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<!--
Modified: trunk/testsuite/src/resources/test-configs/jrmp-invoker/conf/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/test-configs/jrmp-invoker/conf/jboss-service.xml 2007-10-26 15:43:08 UTC (rev 66499)
+++ trunk/testsuite/src/resources/test-configs/jrmp-invoker/conf/jboss-service.xml 2007-10-26 15:45:47 UTC (rev 66500)
@@ -242,6 +242,7 @@
<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService"
name="jboss:service=TransactionManager">
<attribute name="TransactionTimeout">300</attribute>
+ <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute>
</mbean>
<!--
More information about the jboss-cvs-commits
mailing list