You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/01 15:23:39 UTC

[jira] [Commented] (KARAF-2971) there is no MBean operation for easily get bundle status

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

ASF GitHub Bot commented on KARAF-2971:
---------------------------------------

GitHub user oscerd opened a pull request:

    https://github.com/apache/karaf/pull/126

    [KARAF-2971] there is no MBean operation for easily get bundle status

    Hi all,
    
    This PR is related to:
    https://issues.apache.org/jira/browse/KARAF-2971
    
    Andrea

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

    $ git pull https://github.com/oscerd/karaf KARAF-2971

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

    https://github.com/apache/karaf/pull/126.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 #126
    
----
commit cd5f8c45a5f0ba2628cf4fd523cc818ae2306d09
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-01-01T14:20:11Z

    [KARAF-2971] there is no MBean operation for easily get bundle status

----


> there is no MBean operation for easily get bundle status
> --------------------------------------------------------
>
>                 Key: KARAF-2971
>                 URL: https://issues.apache.org/jira/browse/KARAF-2971
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 2.3.3
>            Reporter: Xilai Dai
>
> Now if user want to get a specific bundle's status (Active, Resolved, ...), the only MBean operation can be used is list(), but it return TabularData for all of the installed bundles, user has to process the TabularData. 
> Maybe a new operation --- getStatus(bundle name/bundle id) should be provided in the Bundle MBean for user easily get one specific bundle's status.



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