[jboss-jira] [JBoss JIRA] (WFLY-3076) ModelControllerMBeanHelper constructor invokes unnecessary management op

Brian Stansberry (JIRA) issues at jboss.org
Thu Mar 6 18:14:33 EST 2014


Brian Stansberry created WFLY-3076:
--------------------------------------

             Summary: ModelControllerMBeanHelper constructor invokes unnecessary management op
                 Key: WFLY-3076
                 URL: https://issues.jboss.org/browse/WFLY-3076
             Project: WildFly
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Domain Management, JMX
    Affects Versions: 8.0.0.Final
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 8.0.1.Final


ModelControllerMBeanHelper is invoking a read-attribute management op in its constructor to find out of the process is a standalone server. This is not necessary -- JmxSubsystemAdd can find this out from the OperationContext and pass this information through to the ModelControllerMBeanHelper it indirectly creates.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list