You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2015/08/06 14:46:05 UTC

[jira] [Resolved] (KARAF-3758) Uninstalling activemq-blueprint may cause the shell to be refreshed

     [ https://issues.apache.org/jira/browse/KARAF-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider resolved KARAF-3758.
----------------------------------------
    Resolution: Fixed
      Assignee: Christian Schneider

I fixed the issue in ActiveMQ. JB takes care of updating to the newest jline for 4.0.1 which does not have the dynamic import anymore.

> Uninstalling activemq-blueprint may cause the shell to be refreshed
> -------------------------------------------------------------------
>
>                 Key: KARAF-3758
>                 URL: https://issues.apache.org/jira/browse/KARAF-3758
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Christian Schneider
>             Fix For: 4.0.1
>
>
> JLine has a DynamicImport-Package=* which is not a good idea.
> The activemq osgi activator checks bundles that are compatible (i.e. they can see the activemq classes) for possible service providers.
> In doing so, a dynamic wire is create from jline to activemq, thus causing the refresh of jline and the shell when that bundle is uninstalled.
> We should fix both activemq and jline if possible.



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