[ https://issues.apache.org/jira/browse/CXF-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aki Yoshida resolved CXF-4170. ------------------------------ Resolution: Fixed Fix Version/s: 2.6 > JMX InstrumentationManager's configuration properties may not be set > correctly in standalone mode after upgrading to 2.5.2 > -------------------------------------------------------------------------------------------------------------------------- > > Key: CXF-4170 > URL: https://issues.apache.org/jira/browse/CXF-4170 > Project: CXF > Issue Type: Bug > Components: Management > Affects Versions: 2.5.2 > Reporter: Aki Yoshida > Assignee: Aki Yoshida > Fix For: 2.5.3, 2.6 > > > We introduced a simpler mechanism for configuring the instrumentation manager > with CXF-3992, namely using the bus properties instead of directly > configuring the InstrumentationManagerImpl bean. Unfortunately, this change > introduced an issue in setting the instrumentation bean properties configured > using the old style of directly configuring the instrumentation manager bean. > In particular, when setting each property of the InstrumentationManagerImpl > bean, those properties that are set before the bus property is set are not > correctly set with the desired values. For example, if the bus property is > set at the beginning, the rest of the properties appearing below this line > are correctly set. However, if the bus property is set not at the beginning, > those properties appearing above that line are not set correctly and > overwritten by the default values. > Note that this problem does not occur when the properties are set using the > bus properties > In any case, this problem needs to be fixed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira