[jboss-cvs] JBossAS SVN: r102454 - trunk/varia/src/resources/jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 16 09:40:45 EDT 2010


Author: mmoyses
Date: 2010-03-16 09:40:45 -0400 (Tue, 16 Mar 2010)
New Revision: 102454

Modified:
   trunk/varia/src/resources/jmx/jmx-console-web.xml
Log:
JBAS-7577: fixing order of elements

Modified: trunk/varia/src/resources/jmx/jmx-console-web.xml
===================================================================
--- trunk/varia/src/resources/jmx/jmx-console-web.xml	2010-03-16 13:26:18 UTC (rev 102453)
+++ trunk/varia/src/resources/jmx/jmx-console-web.xml	2010-03-16 13:40:45 UTC (rev 102454)
@@ -10,14 +10,14 @@
       <filter-name>JmxOpsAccessControlFilter</filter-name>
       <filter-class>org.jboss.jmx.adaptor.html.JMXOpsAccessControlFilter</filter-class>
       <init-param>
+        <description>Comma-delimited Roles that define the JMX Operation denoting updation of Attributes</description>
         <param-name>updateAttributes</param-name>
         <param-value>UpdateAttributeRole</param-value>
-        <description>Comma-delimited Roles that define the JMX Operation denoting updation of Attributes</description>
       </init-param>
       <init-param>
+        <description>Comma-delimited Roles that define the JMX Operation denoting Invocation of Operations</description>
         <param-name>invokeOp</param-name>
         <param-value>InvokeOpRole</param-value>
-        <description>Comma-delimited Roles that define the JMX Operation denoting Invocation of Operations</description>
       </init-param>
    </filter>
    <filter-mapping>




More information about the jboss-cvs-commits mailing list