[jboss-cvs] JBossAS SVN: r75838 - in trunk: server/src/etc/deploy and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 15 08:11:59 EDT 2008


Author: ALRubinger
Date: 2008-07-15 08:11:59 -0400 (Tue, 15 Jul 2008)
New Revision: 75838

Removed:
   trunk/server/src/etc/deploy/transaction-beans.xml
Modified:
   trunk/component-matrix/pom.xml
   trunk/server/src/etc/deploy/transaction-service.xml
Log:
Reverted r75791 and JBossTS Upgrade

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-07-15 10:42:08 UTC (rev 75837)
+++ trunk/component-matrix/pom.xml	2008-07-15 12:11:59 UTC (rev 75838)
@@ -30,7 +30,7 @@
   <properties>
     <version.junit>3.8.2-brew</version.junit>
     <version.jacorb>2.3.0jboss.patch5-brew</version.jacorb>
-    <version.jboss.jbossts>4.4.0.CR1</version.jboss.jbossts>
+    <version.jboss.jbossts>4.3.0.GA</version.jboss.jbossts>
     <version.jboss.jms-integration-tests>1.0.1.GA</version.jboss.jms-integration-tests>
     <version.jboss.jbossws>3.0.2.GA</version.jboss.jbossws>
     <version.jboss.jbossws-common>1.0.5.GA</version.jboss.jbossws-common>

Deleted: trunk/server/src/etc/deploy/transaction-beans.xml
===================================================================
--- trunk/server/src/etc/deploy/transaction-beans.xml	2008-07-15 10:42:08 UTC (rev 75837)
+++ trunk/server/src/etc/deploy/transaction-beans.xml	2008-07-15 12:11:59 UTC (rev 75838)
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<deployment xmlns="urn:jboss:bean-deployer:2.0">
-
-    <bean name="TransactionManager" class="com.arjuna.ats.jbossatx.jta.TransactionManagerService">
-        <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss:service=TransactionManager", exposedInterface=com.arjuna.ats.jbossatx.jta.TransactionManagerServiceMBean.class, registerDirectly=true)</annotation>
-
-        <property name="transactionTimeout">300</property>
-        <property name="objectStoreDir">${jboss.server.data.dir}/tx-object-store</property>
-        <property name="mbeanServer"><inject bean="JMXKernel" property="mbeanServer"/></property>
-    </bean>
-
-</deployment>
\ No newline at end of file

Modified: trunk/server/src/etc/deploy/transaction-service.xml
===================================================================
--- trunk/server/src/etc/deploy/transaction-service.xml	2008-07-15 10:42:08 UTC (rev 75837)
+++ trunk/server/src/etc/deploy/transaction-service.xml	2008-07-15 12:11:59 UTC (rev 75838)
@@ -12,6 +12,13 @@
    <!-- Transactions                                                         -->
    <!-- ==================================================================== -->
 
+   <!-- JBossTS JTA -->
+   <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>
+
    <!--
       | UserTransaction support. Will be replaced by the DTM once
       | the DTM is made to play nice with JBossTS.




More information about the jboss-cvs-commits mailing list