You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/22 17:27:27 UTC

[jira] [Commented] (AMQ-6018) Web console should not export any OSGi packages

    [ https://issues.apache.org/jira/browse/AMQ-6018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969302#comment-14969302 ] 

ASF GitHub Bot commented on AMQ-6018:
-------------------------------------

GitHub user cschneider opened a pull request:

    https://github.com/apache/activemq/pull/152

    [AMQ-6018] Web console should not export any OSGi packages

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cschneider/activemq AMQ-6018

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq/pull/152.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #152
    
----
commit 901ebe629a99939b2f35c3c847ea9227102526fc
Author: Christian Schneider <ch...@die-schneider.net>
Date:   2015-10-22T15:25:31Z

    [AMQ-6018] Web console should not export any OSGi packages

----


> Web console should not export any OSGi packages
> -----------------------------------------------
>
>                 Key: AMQ-6018
>                 URL: https://issues.apache.org/jira/browse/AMQ-6018
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: webconsole
>    Affects Versions: 5.11.2
>            Reporter: Christian Schneider
>             Fix For: 5.11.3
>
>
> The ActiveMQ web console exports all packages it embeds.
> This has the effect that e.g. ActiveMQConnectionFactory is exported in the same version by multiple bundles (activemq and activemq web console) which can lead to class cast exceptions.
> I suggest to remove the exports from the activemq web console war.



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