You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/10/25 18:47:12 UTC

[jira] [Created] (KARAF-1975) CellarBundleMBean is not able to display the list of bundles

Jean-Baptiste Onofré created KARAF-1975:
-------------------------------------------

             Summary: CellarBundleMBean is not able to display the list of bundles
                 Key: KARAF-1975
                 URL: https://issues.apache.org/jira/browse/KARAF-1975
             Project: Karaf
          Issue Type: Bug
          Components: cellar-bundle, cellar-management
    Affects Versions: cellar-2.2.4
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0


When invoking getBundles(clusterGroup) on the CellarBundleMBean, when the distributed map contains at least one bundle, the method invocation fails with:

javax.management.openmbean.OpenDataException: Argument's element itemValues[2]="1" is not a valid value for this item.

The status attribute is a integer that we try to store as String in the tabular data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1975) CellarBundleMBean is not able to display the list of bundles

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484284#comment-13484284 ] 

Jean-Baptiste Onofré commented on KARAF-1975:
---------------------------------------------

Fixed on Cellar trunk: http://svn.apache.org/viewvc?view=revision&revision=1402222
                
> CellarBundleMBean is not able to display the list of bundles
> ------------------------------------------------------------
>
>                 Key: KARAF-1975
>                 URL: https://issues.apache.org/jira/browse/KARAF-1975
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-bundle, cellar-management
>    Affects Versions: cellar-2.2.4
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> When invoking getBundles(clusterGroup) on the CellarBundleMBean, when the distributed map contains at least one bundle, the method invocation fails with:
> javax.management.openmbean.OpenDataException: Argument's element itemValues[2]="1" is not a valid value for this item.
> The status attribute is a integer that we try to store as String in the tabular data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1975) CellarBundleMBean is not able to display the list of bundles

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484280#comment-13484280 ] 

Jean-Baptiste Onofré commented on KARAF-1975:
---------------------------------------------

Fixed on cellar-2.2.x: http://svn.apache.org/viewvc?view=revision&revision=1402218
                
> CellarBundleMBean is not able to display the list of bundles
> ------------------------------------------------------------
>
>                 Key: KARAF-1975
>                 URL: https://issues.apache.org/jira/browse/KARAF-1975
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-bundle, cellar-management
>    Affects Versions: cellar-2.2.4
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> When invoking getBundles(clusterGroup) on the CellarBundleMBean, when the distributed map contains at least one bundle, the method invocation fails with:
> javax.management.openmbean.OpenDataException: Argument's element itemValues[2]="1" is not a valid value for this item.
> The status attribute is a integer that we try to store as String in the tabular data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (KARAF-1975) CellarBundleMBean is not able to display the list of bundles

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-1975.
-----------------------------------------

    Resolution: Fixed
    
> CellarBundleMBean is not able to display the list of bundles
> ------------------------------------------------------------
>
>                 Key: KARAF-1975
>                 URL: https://issues.apache.org/jira/browse/KARAF-1975
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-bundle, cellar-management
>    Affects Versions: cellar-2.2.4
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> When invoking getBundles(clusterGroup) on the CellarBundleMBean, when the distributed map contains at least one bundle, the method invocation fails with:
> javax.management.openmbean.OpenDataException: Argument's element itemValues[2]="1" is not a valid value for this item.
> The status attribute is a integer that we try to store as String in the tabular data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-1975) CellarBundleMBean is not able to display the list of bundles

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484282#comment-13484282 ] 

Jean-Baptiste Onofré commented on KARAF-1975:
---------------------------------------------

Fixed on cellar-2.3.x: http://svn.apache.org/viewvc?view=revision&revision=1402220
                
> CellarBundleMBean is not able to display the list of bundles
> ------------------------------------------------------------
>
>                 Key: KARAF-1975
>                 URL: https://issues.apache.org/jira/browse/KARAF-1975
>             Project: Karaf
>          Issue Type: Bug
>          Components: cellar-bundle, cellar-management
>    Affects Versions: cellar-2.2.4
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> When invoking getBundles(clusterGroup) on the CellarBundleMBean, when the distributed map contains at least one bundle, the method invocation fails with:
> javax.management.openmbean.OpenDataException: Argument's element itemValues[2]="1" is not a valid value for this item.
> The status attribute is a integer that we try to store as String in the tabular data.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira