You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2018/01/11 12:40:00 UTC

[jira] [Resolved] (KARAF-5566) Features installed through prerequisites lead to errors when uninstalling features

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

Guillaume Nodet resolved KARAF-5566.
------------------------------------
    Resolution: Fixed

> Features installed through prerequisites lead to errors when uninstalling features
> ----------------------------------------------------------------------------------
>
>                 Key: KARAF-5566
>                 URL: https://issues.apache.org/jira/browse/KARAF-5566
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.0.10, 4.1.4, 4.2.0.M2
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 4.0.11, 4.2.0, 4.1.5
>
>
> See https://stackoverflow.com/questions/48181546/karaf-custom-feature-bundles-not-getting-uninstalled
> A simpler repository like the one following leads to the same result:
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <features name="MyFeaturesRepo">
>   <feature name="example-features-myFeature">
>     <feature>jdbc</feature>
>   </feature>
> </features>
> {code}



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