Hi Matthias, On Sun, Jul 12, 2009 at 7:33 PM, Matthias Küspert<[email protected]> wrote: > Currently I'm using the Felix PreferencesService, but it deletes everything > on startup - anyone knows about a BackingStore > implementation that provides persistence across framework restarts?
That's strange. Felix PreferencesService does not delete preferences at startup (I've just tried again, to be sure). Are you deleting the felix-cache between startups? There are 2 cases in which you can loose your preferences: * you delete the felix-cache (or just the cache of the preference service bundle) * you uninstall your (useradmin) bundle and then re-install it (so that the bundle id changes) > When starting to implement Ldap and DB providers I ran into problems with > JNDI since there is only RFC-0142, but no spec or > implementation available yet. It may take some time until those are > available - any suggestions on how those two could be > implemented in the meantime? The only one I am aware of is attached to this Jira issue: https://issues.apache.org/jira/browse/FELIX-1011 -- Filippo Diotalevi _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
