You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Steven Spungin (JIRA)" <ji...@apache.org> on 2017/06/09 12:30:18 UTC

[jira] [Created] (KARAF-5191) can't remove mvn:org.ops4j.pax.web/pax-web-features/6.0.3/xml/features

Steven Spungin created KARAF-5191:
-------------------------------------

             Summary: can't remove mvn:org.ops4j.pax.web/pax-web-features/6.0.3/xml/features
                 Key: KARAF-5191
                 URL: https://issues.apache.org/jira/browse/KARAF-5191
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 4.1.1
            Reporter: Steven Spungin


I am trying to install pax-war/6.0.2.  The current Karaf uses pax-war/6.0.3.
If I add mvn:org.ops4j.pax.web/pax-web-features/6.0.2/xml/features and then install pax-war/6.0.2, features from both 6.0.2 and 6.0.3 are installed. 

Now, if I try to uninstall mvn:org.ops4j.pax.web/pax-web-features/6.0.3/xml/features, I get a confirm message but the repo is not removed.

```
karaf@root()> repo-remove mvn:org.ops4j.pax.web/pax-web-features/6.0.3/xml/features                                                                       08:26:31
Removing features repository mvn:org.ops4j.pax.web/pax-web-features/6.0.3/xml/features


```

```
pax-jetty           │ 9.3.14.v20161028 │          │ Started │ org.ops4j.pax.web-6.0.3 │ Provide Jetty engine support
pax-http-jetty      │ 6.0.3            │          │ Started │ org.ops4j.pax.web-6.0.3 │
pax-http            │ 6.0.3            │          │ Started │ org.ops4j.pax.web-6.0.3 │ Implementation of the OSGI HTTP Service
pax-http-whiteboard │ 6.0.3            │          │ Started │ org.ops4j.pax.web-6.0.3 │ Provide HTTP Whiteboard pattern support
pax-jetty           │ 9.3.15.v20161220 │          │ Started │ org.ops4j.pax.web-6.0.2 │ Provide Jetty engine support
pax-http-jetty      │ 6.0.2            │          │ Started │ org.ops4j.pax.web-6.0.2 │
pax-war             │ 6.0.2            │ x        │ Started │ org.ops4j.pax.web-6.0.2 │ Provide support of a full WebContainer
```




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