[jboss-svn-commits] JBL Code SVN: r30645 - labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 14 13:43:17 EST 2009


Author: tcunning
Date: 2009-12-14 13:43:16 -0500 (Mon, 14 Dec 2009)
New Revision: 30645

Modified:
   labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml
Log:
JBESB-2992
Remove the start,stop,create, and destroy operations.


Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml	2009-12-14 18:41:18 UTC (rev 30644)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml	2009-12-14 18:43:16 UTC (rev 30645)
@@ -44,10 +44,6 @@
                                default="default"/>
          </c:group>
       </plugin-configuration>
-      <operation name="start" displayName="Start deployment" description="Start the JBoss ESB deployment"/>
-      <operation name="stop" displayName="Stop deployment" description="Stop the JBoss ESB deployment"/>
-      <operation name="create" displayName="Move .esb deployment into the create state" description="Move the .esb deployment into the create state"/>
-      <operation name="destroy" displayName="Move .esb deployment into the destroy state" description="Move the .esb deployment into the destroy state"/>
       <operation name="resetCounts" displayName="Reset Counts" description="Reset the overall counter"/>
       <metric displayName="Message Count (Successful)" property="SuccessfulMessageCount" category="utilization" displayType="summary" measurementType="dynamic" description="Overall Successful Message Count"/>
       <metric displayName="Message Count (Total)" property="TotalMessageCount" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic" description="Total Message Count"/>



More information about the jboss-svn-commits mailing list