Hi, Guillaume Nodet schrieb: > I'd like to investigate the use of ApacheDS as a backing store for the > ConfigurationAdmin service. > I've googled a bit and found some emails about that, but not any > pointer to some existing code. > Has anyone already worked on that ?
I don't know. But the Felix ConfigurationAdmin implementation has a PersistanceManager interface, which you might want to implement to use ApacheDS as a backing store. But be aware, that the Configuration Admin implementation does not adapt to changes to persisted data from outside. Regards Felix
