Hi, Am Montag, den 22.11.2010, 13:23 +0800 schrieb codecook: > Hi,All > > > How can I store the configuration data in the platform filesystem so that > Felix can load it when restarting ? org.apache.felix.cm.PersistenceManager > can solve this problem?If so,how?
If you use the OSGi Configuration Admin service, you don't have to care for persistence yourselves because it is handled for you (and your application) by the Configuration Admin service. The Apache Felix implementation uses the PersistenceManager implementation(s) to actually store the configuration, but this is an implementation detail. Regards Felix --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

