[esb-issues] [JBoss JIRA] Created: (JBESB-2992) Operations on the JBoss ESB Statistics level not working

Jaroslaw Kijanowski (JIRA) jira-events at lists.jboss.org
Sat Nov 21 05:48:29 EST 2009


Operations on the JBoss ESB Statistics level not working
--------------------------------------------------------

                 Key: JBESB-2992
                 URL: https://jira.jboss.org/jira/browse/JBESB-2992
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Management
    Affects Versions: 4.6
            Reporter: Jaroslaw Kijanowski


In the admin-console I go to JBoss ESB Statistics -> Control -> Stop deployment: 

java.lang.Exception: Operation [stop] not found on bean [jboss.esb:service=MessageCounter]
	at org.rhq.plugins.jmx.MBeanResourceComponent.invokeOperation(MBeanResourceComponent.java:521)
	at org.rhq.plugins.jmx.MBeanResourceComponent.invokeOperation(MBeanResourceComponent.java:510)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:525)

I guess the rhq-plugin.xml file should not list 

<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"/>

for the MessageCounterService.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list