On Mon, Jul 26, 2010 at 8:11 PM, Matthew O'Connor <[email protected]> wrote: > Hey all, > > I'm using Felix File Install to load configuration properties which then get > loaded via Felix Configuration Admin. > > I want to be able to dynamically update those configuration properties > during run and then have those persisted back to the properties file it was > loaded from. >
Hi, as Larry also said, the easiest way is to work only on the property file (and update only the property file). I described the process at http://www.osgilook.com/2009/08/20/apache-felix-file-install-part-2-dynamic-configurations/ It's a quite old article but it should still work. -- Filippo Diotalevi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

