Hi all,

I've got a problem with the Felix configuration admin service :
For accessing to configuration I'm both using the configuration admin "getConfiguration" and "listConfiguration" methods, but if I update a configuration using first the "listConfiguration" method and after I access to the same conf using the "getConfiguration" method, it's return me the old configuration without the previous update modifications. I've debugged my application and I've noticed the "listConfiguration" command read the configuration from the persistant store by the "getConfiguration" retrieve them from a cache but when a configuration getted by "listConfiguration" is updated the cached configuration isn't updated.

Is it a feature or a bug ?

Thanks

Tom Remoleur

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to