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 10:17:00 UTC

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

Guillaume Nodet created KARAF-5566:
--------------------------------------

             Summary: Features installed through prerequisites lead to erros when uninstalling features
                 Key: KARAF-5566
                 URL: https://issues.apache.org/jira/browse/KARAF-5566
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 4.2.0.M2
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet


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)