Bug in org.eclipse.equinox.cm [message #95229] |
Mon, 20 August 2007 01:12  |
Eclipse User |
|
|
|
Hello;
I think I have found a bug in the EventDispatcher class in the
implementation of the configuration admin service.
from line 50:
if (configAdminReference != null)
configAdminReference = reference;
The variable configAdminReference is not assigned anywhere else in the
class, and so will always be null.
I noticed this after I registered a ConfigurationListener and it was not
being called. The reason for this was because ConfigurationEvents are
not created if configAdminReference is null. The setter for the
configAdminReference is called by the ServiceFactory for
ConfigurationAdmin.
bye
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03984 seconds