[
https://issues.apache.org/jira/browse/KARAF-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14514254#comment-14514254
]
Jean-Baptiste Onofré commented on KARAF-3677:
---------------------------------------------
The problem is that Karaf shell.core and shell.console export AbstractCommand
resulting to incompatible namespace handler. The problem is not in Karaf itself
but in Felix Framework: shell.console is a fragment to shell.core, and so it
should use the classloader of the host, whereas, currently, the framework
creates a classloader for the fragment.
It works without problem with Equinox.
> Cellar commands is waiting for the shell 1.1.0 namespace
> --------------------------------------------------------
>
> Key: KARAF-3677
> URL: https://issues.apache.org/jira/browse/KARAF-3677
> Project: Karaf
> Issue Type: Bug
> Components: cellar-bundle, cellar-config, cellar-core,
> cellar-features
> Affects Versions: cellar-4.0.0.M1
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: cellar-4.0.0.M1
>
>
> Some Cellar features are stuck in "Grace Period" as the commands blueprint is
> waiting for shell 1.1.0 namespace.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)