[
https://issues.apache.org/jira/browse/KARAF-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901662#action_12901662
]
Jamie goodyear commented on KARAF-149:
--------------------------------------
I'm seeing the below class not found exception since the introduction of this
patch (rev 988118). All the features command are no longer listed.
Caused by: org.osgi.service.blueprint.container.ComponentDefinitionException:
Unable to load class
org.apache.karaf.features.command.completers.FeatureRepositoryNameCompleter
from recipe BeanRecipe[name='featureRepositoryNameCompleter']
at
org.apache.aries.blueprint.di.AbstractRecipe.loadType(AbstractRecipe.java:112)
at
org.apache.aries.blueprint.container.BeanRecipe.loadClass(BeanRecipe.java:184)
at
org.apache.aries.blueprint.container.BeanRecipe.getType(BeanRecipe.java:781)
at
org.apache.aries.blueprint.container.BeanRecipe.getInstance(BeanRecipe.java:256)
at
org.apache.aries.blueprint.container.BeanRecipe.internalCreate(BeanRecipe.java:726)
at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)
at
org.apache.aries.blueprint.di.RefRecipe.internalCreate(RefRecipe.java:60)
at
org.apache.aries.blueprint.di.AbstractRecipe.create(AbstractRecipe.java:64)
at
org.apache.aries.blueprint.di.CollectionRecipe.internalCreate(CollectionRecipe.java:80)
... 53 more
Caused by: java.lang.ClassNotFoundException:
org.apache.karaf.features.command.completers.FeatureRepositoryNameCompleter
> Add a features:removeRepository command
> ---------------------------------------
>
> Key: KARAF-149
> URL: https://issues.apache.org/jira/browse/KARAF-149
> Project: Karaf
> Issue Type: New Feature
> Reporter: Adrian Trenaman
> Assignee: Charles Moulliard
> Fix For: 2.2.0
>
> Attachments: KARAF-149.patch
>
>
> We should add a features:removeRepository command that allows you to remove a
> repository by name, rather than by URL. typing those URLs by hand, or having
> to cut and paste them, is a real pain.
> The features:removeRepository command should support tab completion of
> repository name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.