[jboss-jira] [JBoss JIRA] Created: (JBAS-7310) JChannelFactory not passing ref to protocol to JMX wrapper object

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Mon Oct 5 12:53:49 EDT 2009


JChannelFactory not passing ref to protocol to JMX wrapper object
-----------------------------------------------------------------

                 Key: JBAS-7310
                 URL: https://jira.jboss.org/jira/browse/JBAS-7310
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: JBossAS-5.1.0.GA
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: JBossAS-5.2.0.Beta1


The AS JChannelFactory is not passing a ref to the underlying JGroups protocol instance to the org.jgroups.jmx package wrapper object it registers in JMX.

As a result, If you go into the jmx-console and look at any of the mbeans in the jboss.jgroups domain with type=protocol, all of the attribute values are "javax.management.RuntimeMBeanException"

Simple, fix, just add the required call to the wrapper object's attachProtocol method.

-- 
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 jboss-jira mailing list