I'm new at OSGI and Declarative Services, and I'm trying to implement a strategy, but I'm having trouble to get components Satisfied and/or Active
My BillConfig has the useMocks(), when it's true the Repo that should be returned by the factory is the BillRepositoryInMemory, otherwise should be the BillRepositoryREST. How can I have access to an abstraction of this repos in my BillDAO?
Thanks