Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M5
-
None
Description
see attached class.
One issue is that we no longer provide access to the current `InteractionLayer` from a static context ... `InteractionService` holds this and normally can just be injected. As DN is instantiating the class, we don't get the chance to inject into it. We'll therefore need to expose `InteractionService` as a singleton (yuk, but there's no other way).
We then need to change `LocalPersistenceManagerFactory` to always set the DN property:
somewhere about here: