[jboss-cvs] JBossAS SVN: r75769 - trunk/testsuite/src/resources/jmx/invoker/sar/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 14 08:21:21 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-14 08:21:21 -0400 (Mon, 14 Jul 2008)
New Revision: 75769

Modified:
   trunk/testsuite/src/resources/jmx/invoker/sar/META-INF/jboss-service.xml
Log:
[JBAS-5691] - Fix the XMBean descriptions for the new operation

Modified: trunk/testsuite/src/resources/jmx/invoker/sar/META-INF/jboss-service.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/invoker/sar/META-INF/jboss-service.xml	2008-07-14 11:52:25 UTC (rev 75768)
+++ trunk/testsuite/src/resources/jmx/invoker/sar/META-INF/jboss-service.xml	2008-07-14 12:21:21 UTC (rev 75769)
@@ -48,6 +48,9 @@
          <operation>
             <name>stop</name>
          </operation>
+         <operation>
+            <name>startTimer</name>
+         </operation>
 
       </xmbean>
       <attribute name="Xml"><child /></attribute>
@@ -90,6 +93,9 @@
          <operation>
             <name>stop</name>
          </operation>
+         <operation>
+            <name>startTimer</name>
+         </operation>
 
       </xmbean>
    </mbean>




More information about the jboss-cvs-commits mailing list