Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.5
-
Fix Version/s: 4.0-milestone-2, 3.5.1
-
Component/s: Containers
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
Description
That's because applicationstartedevent is sent before core component are fully initialized. Either I force an ObservationManager in StackingComponentEventManager in EM intializer or I change XWikiServletContextListener so that it finish loading component before sending applicationstartedevent.
Among other things it means that the extension listeners are not registered in ObservationManager.