You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventAdmin not injected in constructor
The creation of a DummyMetaData component is not possible, it throws a NPE , as the firing of an Event in setInitialized needs an injected instance of the EventAdmin (using @reference)
But The injection does not occur in the constructor
Description
EventAdmin not injected in constructor
The creation of a DummyMetaData component is not possible, it throws a NPE , as the firing of an Event in setInitialized needs an injected instance of the EventAdmin (using @reference)
But The injection does not occur in the constructor
getEventAdmin() returns null
Desired functionality.
So we need a better place to fire the Event Events.AFTER_IS_INITIALIZED
May be in activate() ?
The text was updated successfully, but these errors were encountered: