-
Notifications
You must be signed in to change notification settings - Fork 7
Description
The documentation under https://github.com/universAAL/platform/wiki/Configuration-Framework does not explain anything about the persistence, although one of the most frequent reasons for defining connf parameters is to give the possibility to system deployers to feed the conf parameters needed by a module to the system by editing related configuration files that are stored persistently. The module reads the conf file and knows how the relevant part of the environment is configured.
The documentation says that using ModuleScope would be equivalent to "OSGi configuration service, in the sense of a single module having a locally managed configuration space". However, OSGi confadmin supports config files for persistence.
I wonder why the container methods for registering config files have been declared as deprecated if this framework does not have any support for persistence; however, maybe I'm wrong and the issue here is only the bad documentation...