You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Tim Moloney (JIRA)" <ji...@apache.org> on 2017/11/09 16:45:00 UTC

[jira] [Created] (KARAF-5474) features being configured twice

Tim Moloney created KARAF-5474:
----------------------------------

             Summary: features being configured twice
                 Key: KARAF-5474
                 URL: https://issues.apache.org/jira/browse/KARAF-5474
             Project: Karaf
          Issue Type: Bug
          Components: karaf-feature
    Affects Versions: 4.0.10
            Reporter: Tim Moloney


Feature configurations are being sent twice to the service factories with two different service pids.

Example:
If a feature has the following config element:

{{<config name="FooServiceFactory-Instance1">}}

then {{FooServiceFactory.update(String pid, Dictionary properties)}} will be called twice.  Each call with have the same {{properties}}, but different {{pid}} s.

See the [thread|http://mail-archives.apache.org/mod_mbox/karaf-user/201711.mbox/%3C76720540-cf2a-1a0b-196b-9448396aeced%40nanthrax.net%3E] in the mailing list.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)