Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.2
-
None
-
Unknown
Description
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.