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
The ObjectAdapterManager got own event listeners/subscribers that works very well.
By calling objectAdapterManager->addListenersToEventManagers() they should be added to the event managers the different object managers provides.
I tried to do the following in the bundles extension class, when creating the service definition:
(that method call should triggered by some configuration #7)
Thought that can work but does not. I bridged that problem by calling the service from container and calling manually before persisting stuff, but that can't be the right way.
The text was updated successfully, but these errors were encountered:
The
ObjectAdapterManager
got own event listeners/subscribers that works very well.By calling
objectAdapterManager->addListenersToEventManagers()
they should be added to the event managers the different object managers provides.I tried to do the following in the bundles extension class, when creating the service definition:
(that method call should triggered by some configuration #7)
Thought that can work but does not. I bridged that problem by calling the service from container and calling manually before persisting stuff, but that can't be the right way.
The text was updated successfully, but these errors were encountered: