Bengt Rodehav created FELIX-4351:
------------------------------------
Summary: @Updated does not pass the current configuration
Key: FELIX-4351
URL: https://issues.apache.org/jira/browse/FELIX-4351
Project: Felix
Issue Type: Bug
Components: iPOJO
Affects Versions: ipojo-runtime-1.11.0
Reporter: Bengt Rodehav
iPojo can inform the instance about configuration changes via the @Updated
annotation as follows:
@Updated
public void updated(Dictionary conf) {
// Do something
}
However, the "conf" parameter does not seem to contain the current
configuration but the default configuration (the configuration that was used
when the instance was created).
This has been discussed on the Felix user list:
http://www.mail-archive.com/users%40felix.apache.org/msg14902.html
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)