InstrumentationManager not registering correctly in the standalone mode (i.e. 
when not using the framework's server)
--------------------------------------------------------------------------------------------------------------------

                 Key: CXF-3396
                 URL: https://issues.apache.org/jira/browse/CXF-3396
             Project: CXF
          Issue Type: Bug
          Components: Management
    Affects Versions: 2.3.3
            Reporter: Aki Yoshida
             Fix For: 2.4, 2.3.4


This problem only affects the standalone setup (i.e., not using the framework's 
server).

In short, the init method of 
org.apache.cxf.management.jmx.InstrumentationManagerImpl class has the problem 
when it is running in the standalone mode. This problem causes each instance of 
this InstrumentationManagerImpl to instantiate a new MBeanServer because the 
lookup into MBeanServerFactory.findMBeanServer is done by using the wrong 
argument. This problem also causes only one CXF bus bean to be shown at the JXM 
console even if there are more bus beans registered.

The problem is described in the mail thread
http://cxf.547215.n5.nabble.com/RE-Odd-behavior-in-CXF-s-JMX-IntrumentationManagerImpl-td3425598.html

Regards, Aki

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to