[jboss-cvs] JBossAS SVN: r104684 - trunk/testsuite/src/resources/jmx/jmxadaptor.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 11 10:37:56 EDT 2010
Author: bstansberry at jboss.com
Date: 2010-05-11 10:37:55 -0400 (Tue, 11 May 2010)
New Revision: 104684
Modified:
trunk/testsuite/src/resources/jmx/jmxadaptor/authorization-jmx-invoker-service.xml
trunk/testsuite/src/resources/jmx/jmxadaptor/securejmx-invoker-service.xml
Log:
[JBAS-7563] Use unified invoker
Modified: trunk/testsuite/src/resources/jmx/jmxadaptor/authorization-jmx-invoker-service.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/jmxadaptor/authorization-jmx-invoker-service.xml 2010-05-11 14:28:21 UTC (rev 104683)
+++ trunk/testsuite/src/resources/jmx/jmxadaptor/authorization-jmx-invoker-service.xml 2010-05-11 14:37:55 UTC (rev 104684)
@@ -81,9 +81,9 @@
</mbean>
<mbean code="org.jboss.invocation.jrmp.server.JRMPProxyFactory"
- name="jboss.security.test:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory,access=ConfigurableRolesAuthorized">
+ name="jboss.security.test:type=adaptor,name=Invoker,protocol=unified,service=proxyFactory,access=ConfigurableRolesAuthorized">
<!-- Use the standard JRMPInvoker from conf/jboss-service.xxml -->
- <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=jrmp</depends>
+ <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=unified</depends>
<!-- The target MBean is the InvokerAdaptorService configured below -->
<depends optional-attribute-name="TargetName">jboss.security.test:type=adaptor,name=Invoker,access=ConfigurableRolesAuthorized</depends>
<!-- Where to bind the RMIAdaptor proxy -->
Modified: trunk/testsuite/src/resources/jmx/jmxadaptor/securejmx-invoker-service.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/jmxadaptor/securejmx-invoker-service.xml 2010-05-11 14:28:21 UTC (rev 104683)
+++ trunk/testsuite/src/resources/jmx/jmxadaptor/securejmx-invoker-service.xml 2010-05-11 14:37:55 UTC (rev 104684)
@@ -5,9 +5,9 @@
<!-- The JRMP invoker proxy configuration for the InvokerAdaptorService -->
<mbean code="org.jboss.invocation.jrmp.server.JRMPProxyFactory"
- name="jboss.security.test:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory">
+ name="jboss.security.test:type=adaptor,name=Invoker,protocol=unified,service=proxyFactory">
<!-- Use the standard JRMPInvoker from conf/jboss-service.xxml -->
- <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=jrmp</depends>
+ <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=unified</depends>
<!-- The target MBean is the InvokerAdaptorService configured below -->
<depends optional-attribute-name="TargetName">jboss.security.test:type=adaptor,name=Invoker</depends>
<!-- Where to bind the RMIAdaptor proxy -->
@@ -102,9 +102,9 @@
</mbean>
<mbean code="org.jboss.invocation.jrmp.server.JRMPProxyFactory"
- name="jboss.security.test:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory,access=Authorized">
+ name="jboss.security.test:type=adaptor,name=Invoker,protocol=unified,service=proxyFactory,access=Authorized">
<!-- Use the standard JRMPInvoker from conf/jboss-service.xxml -->
- <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=jrmp</depends>
+ <depends optional-attribute-name="InvokerName">jboss:service=invoker,type=unified</depends>
<!-- The target MBean is the InvokerAdaptorService configured below -->
<depends optional-attribute-name="TargetName">jboss.security.test:type=adaptor,name=Invoker,access=Authorized</depends>
<!-- Where to bind the RMIAdaptor proxy -->
More information about the jboss-cvs-commits
mailing list