You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Bengt Rodehav (JIRA)" <ji...@apache.org> on 2013/12/10 09:04:07 UTC

[jira] [Created] (FELIX-4351) @Updated does not pass the current configuration

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)