EventAdmin service unregistered but not registered again on ConfigAdmin startup
-------------------------------------------------------------------------------
Key: FELIX-2431
URL: https://issues.apache.org/jira/browse/FELIX-2431
Project: Felix
Issue Type: Bug
Components: Event Admin
Affects Versions: eventadmin-1.2.2
Reporter: Thomas Diesler
In EventAdmin Configuration
Object service = new ManagedService()
{
public synchronized void updated( Dictionary properties )
throws ConfigurationException
{
configure( properties );
stop();
start();
}
};
The call to stop() does not return in a timely manner (i.e. it may take >
40sec). This is because the asyncronous thread pool cannot be closed properly.
This condition occurs when eventadmin is started before configadmin
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.