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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 24 16:10:22 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-03-24 16:10:22 -0400 (Mon, 24 Mar 2008)
New Revision: 71210

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

Modified: branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml	2008-03-24 20:07:58 UTC (rev 71209)
+++ branches/JBPAPP_4_2_0_GA_CP/server/src/etc/conf/default/jboss-service.xml	2008-03-24 20:10:22 UTC (rev 71210)
@@ -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