-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.0 DXP FP86, 7.0.10.12 DXP SP12, 7.0.X, 7.1.10 DXP FP13, 7.1.X, 7.2.10 DXP FP2, 7.2.10.1 DXP SP1, 7.2.1 CE GA2, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: App Management > License Manager
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
QA Test Score:10
LicenseManagerMessageType.java refers to JSONUtil, JSONFactoryUtil.
Those classes full initialisation depend on service tracker and OSGi container speed to inject necessary dependency objects.
In CI environment it may happen that '@Component' is activated prior all Util classes are ready.
In this particular case, as it is quite simple JSON creation, use string pattern to form JSON message.