-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Security Level: Public
-
None
TimesheetWorklogEventListener defines itself only if it is not already stored.
When GreenHopper starts, it call DefaultListenerManager.refresh() before that all plugins are enabled by Plugin System.
Side effect is that TimesheetWorklogEventListener fails on startup (Minyaa components are not yet enabled).
It may occurs with any other plugins ...
Solution : Call DefaultListenerManager.refresh() when Minyaa is starting, not only check is listener exist in DB