[
https://issues.apache.org/jira/browse/KARAF-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated KARAF-5197:
----------------------------------------
Fix Version/s: 4.0.10
4.1.2
4.2.0
> 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
> Fix For: 4.2.0, 4.1.2, 4.0.10
>
>
> 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.4.14#64029)