You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Alexander Osadchiy (JIRA)" <ji...@apache.org> on 2015/10/28 11:04:27 UTC

[jira] [Created] (KARAF-4083) Reference to the invalid repository in feature file breaks commands

Alexander Osadchiy created KARAF-4083:
-----------------------------------------

             Summary: Reference to the invalid repository in feature file breaks commands
                 Key: KARAF-4083
                 URL: https://issues.apache.org/jira/browse/KARAF-4083
             Project: Karaf
          Issue Type: Bug
          Components: karaf-feature
    Affects Versions: 4.0.2
            Reporter: Alexander Osadchiy
            Priority: Critical


Feature commands don't work after registering feature repository with reference to the invalid repository.

There is a feature repository "parent-1.0-features.xml" with reference to the invalid repository "child-1.0-features.xml" (e.g. with broken xml structure).
When I add parent repo via command:

karaf@root()> feature:repo-add mvn:parent/1.0/xml/features

Command will add parent repo and child repo, but after this feature:* commands will not work at all, with exception like this :

karaf@root()> feature:repo-list 
Error executing command: Unable to load mvn:child/1.0/xml/features : mvn:child/1.0/xml/features



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)