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
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.