QMF: signed integer in map and list types incorrectly converted to unsigned 64
------------------------------------------------------------------------------

                 Key: QPID-2556
                 URL: https://issues.apache.org/jira/browse/QPID-2556
             Project: Qpid
          Issue Type: Bug
          Components: Qpid Managment Framework
         Environment: Ruby QMF Console (wrapper)
            Reporter: Ken Giusti
            Priority: Minor


A management object that contains a list or a map which contains a signed 
integer incorrectly converts the integer to unsigned.

Example:  {'a' => -1}  is received at the Ruby console as {'a' => 4294967295};  
['a', -1] is received as ['a', 4294967295]


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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to