You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrea Gazzarini (JIRA)" <qp...@incubator.apache.org> on 2008/10/29 11:31:44 UTC

[jira] Updated: (QPID-1409) QMan on JBoss Issue : ClassCastException on method invocation

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

Andrea Gazzarini updated QPID-1409:
-----------------------------------

    Attachment: qman_29102008.patch

This is the patch that should be applied to correct this issue.

Regards,
Andrea

> QMan on JBoss Issue : ClassCastException on method invocation 
> --------------------------------------------------------------
>
>                 Key: QPID-1409
>                 URL: https://issues.apache.org/jira/browse/QPID-1409
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: M4
>         Environment: J2SE 1.5 or higher, JBoss 4.2.x or higher
>            Reporter: Andrea Gazzarini
>             Fix For: M4
>
>         Attachments: qman_29102008.patch
>
>
> A ClassCastException is thrown when, using JBoss JMX Console, an attempt is made in order to invoke a method with a numeric argument (for example queue.purge(int) ).
> The same things seems working using JConsole and QMan Standalone. 
> The problem is that Qman is using an int type to represent Uint32 while ManagementDecoder is using a long.
> Shortly I'll submit a patch to correct that.
> Regards,
> Andrea

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.