https://issues.apache.org/bugzilla/show_bug.cgi?id=48424

           Summary: Keep same logic for creating the objectnames for
                    connector mbeans
           Product: Tomcat 7
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: xhh...@gmail.com


Currently, for connector MBeans, they are registered and unregistered by
Connector classes themselves. But in the ServerLifecycle and MBeanUtils, there
are also codes for unregistering the connector MBeans. Suppose it is used for
double check ?
The question is that the codes for creating connector object name are not same,
in the MBeanUtils, it always assume that address property is of String type,
sometimes that a ClassCastException would be thrown.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to