[jboss-cvs] JBossAS SVN: r66493 - trunk/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 26 10:50:36 EDT 2007


Author: dimitris at jboss.org
Date: 2007-10-26 10:50:36 -0400 (Fri, 26 Oct 2007)
New Revision: 66493

Modified:
   trunk/server/src/etc/conf/default/jboss-service.xml
Log:
Move the JBossJTA transaction log from JBOSS_DIST/bin to tx-object-store in the ${jboss.server.data.dir}.

Remove the obsolete comment about the old distributed transaction manager.

Modified: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2007-10-26 13:34:37 UTC (rev 66492)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2007-10-26 14:50:36 UTC (rev 66493)
@@ -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>
 
    <!--
@@ -379,21 +380,6 @@
       </depends>
    </mbean>
 
-   <!--
-      | Distributed transaction manager.
-      | Includes support for UserTransaction over JBoss remoting.
-      | Works with the old in-memory tx manager, but not JBossTS.
-      | Hence disabled for now.
-      <mbean code="org.jboss.tm.remoting.server.DistributedTransactionManager"
-      name="jboss:service=DistributedTransactionManager">
-      <depends>jboss:service=TransactionManager</depends>
-      <depends-list optional-attribute-name="Connectors">
-      <depends-list-element>jboss.remoting:service=Connector,transport=socket</depends-list-element>
-      </depends-list>
-      <attribute name="InterpositionEnabled">false</attribute>
-      </mbean>
-   -->
-
    <!-- ==================================================================== -->
    <!-- Invokers to the JMX node                                             -->
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list