You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/06/09 17:21:18 UTC

[jira] [Assigned] (KARAF-5197) Features deployed from a KAR file do not respect the feature's install setting

     [ https://issues.apache.org/jira/browse/KARAF-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-5197:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> Features deployed from a KAR file do not respect the feature's install setting
> ------------------------------------------------------------------------------
>
>                 Key: KARAF-5197
>                 URL: https://issues.apache.org/jira/browse/KARAF-5197
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-kar
>    Affects Versions: 4.0.9
>         Environment: N/A
>            Reporter: George McCone
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>
> KAR files deployed from the deploy directory install all features listed in the feature XML, even those whose install flag is set to manual. If the feature explicitly says the the feature is a manual install, the KAR deployer should not install the feature.
> Seems like a simple if (!feature.getInstall() == "manual") in KarServiceImpl: line 277 would fix the issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)