Hi,
I tried to upgrade felix configadmin from 1.8.0 to 1.8.2. With 1.8.0
everything is fine. However, with 1.8.2 the updated method of my
ManagedServiceFactory is called only if the configuration is re-bind the
configuration on webconsole.
In case the framework starts or I re-install the ManagedServiceFactory
service, the updated method is not called.
I debugged version 1.8.2 a bit and I see that the code arrives to
*UpdateThread:190:*
updateTasks.notifyAll();
I guess after this call the debug should stop at *UpdateThread:85* (right
after *updateThreads.wait()*) but it does not. It seems that updateThread
is not running.
Does anyone have an idea what went wrong (especially the one who modified
this part of the code between 1.8.0 and 1.8.2)?
Thanks and regards,
Balazs Zsoldos