[jboss-cvs] JBossAS SVN: r70764 - branches/Branch_4_2/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 12 08:08:20 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-03-12 08:08:20 -0400 (Wed, 12 Mar 2008)
New Revision: 70764

Modified:
   branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
Log:
[JBAS-5226] Client user transaction now configured with unified invoker.

Modified: branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2008-03-12 11:20:40 UTC (rev 70763)
+++ branches/Branch_4_2/server/src/etc/conf/default/jboss-service.xml	2008-03-12 12:08:20 UTC (rev 70764)
@@ -373,7 +373,7 @@
       <depends>
          <mbean code="org.jboss.invocation.jrmp.server.JRMPProxyFactory"
             name="jboss:service=proxyFactory,target=ClientUserTransactionFactory">
-            <attribute name="InvokerName">jboss:service=invoker,type=jrmp</attribute>
+            <attribute name="InvokerName">jboss:service=invoker,type=unified</attribute>
             <attribute name="TargetName">jboss:service=ClientUserTransaction</attribute>
             <attribute name="JndiName">UserTransactionSessionFactory</attribute>
             <attribute name="ExportedInterface">org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory</attribute>
@@ -383,13 +383,13 @@
                   <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
                </interceptors>
             </attribute>
-            <depends>jboss:service=invoker,type=jrmp</depends>
+            <depends>jboss:service=invoker,type=unified</depends>
          </mbean>
       </depends>
       <depends optional-attribute-name="TxProxyName">
          <mbean code="org.jboss.invocation.jrmp.server.JRMPProxyFactory"
             name="jboss:service=proxyFactory,target=ClientUserTransaction">
-            <attribute name="InvokerName">jboss:service=invoker,type=jrmp</attribute>
+            <attribute name="InvokerName">jboss:service=invoker,type=unified</attribute>
             <attribute name="TargetName">jboss:service=ClientUserTransaction</attribute>
             <attribute name="JndiName"></attribute>
             <attribute name="ExportedInterface">org.jboss.tm.usertx.interfaces.UserTransactionSession</attribute>
@@ -399,7 +399,7 @@
                   <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
                </interceptors>
             </attribute>
-            <depends>jboss:service=invoker,type=jrmp</depends>
+            <depends>jboss:service=invoker,type=unified</depends>
          </mbean>
       </depends>
    </mbean>




More information about the jboss-cvs-commits mailing list