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

[jira] [Commented] (CAMEL-9126) camel-swagger may see unrelated type=context mbeans

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

ASF GitHub Bot commented on CAMEL-9126:
---------------------------------------

GitHub user tdiesler opened a pull request:

    https://github.com/apache/camel/pull/608

    [CAMEL-9126] camel-swagger may see unrelated type=context mbeans

    

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

    $ git pull https://github.com/tdiesler/camel CAMEL-9126

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

    https://github.com/apache/camel/pull/608.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 #608
    
----
commit 97233dc866968eadf1b1a3f8145cfeaa81f799a3
Author: Thomas Diesler <th...@jboss.com>
Date:   2015-09-09T14:23:19Z

    [CAMEL-9126] camel-swagger may see unrelated type=context mbeans

----


> camel-swagger may see unrelated type=context mbeans
> ---------------------------------------------------
>
>                 Key: CAMEL-9126
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9126
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-swagger
>    Affects Versions: 2.15.3
>            Reporter: Thomas Diesler
>             Fix For: 2.16.0, 2.15.4
>
>
> {code}
>     val names = server.queryNames(new ObjectName("*:type=context,*"), null)
>     for (name <- names.asScala) {
> {code}



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