You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Darryl L. Pierce (JIRA)" <ji...@apache.org> on 2013/07/30 22:25:50 UTC

[jira] [Created] (PROTON-376) Ruby does not properly encode a map into a Data instance.

Darryl L. Pierce created PROTON-376:
---------------------------------------

             Summary: Ruby does not properly encode a map into a Data instance.
                 Key: PROTON-376
                 URL: https://issues.apache.org/jira/browse/PROTON-376
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
            Reporter: Darryl L. Pierce
            Assignee: Darryl L. Pierce


When attempting to automatically put an instance of ::Hash into a Data object, the following error message is shown instead:

/home/mcpierce/Programming/Proton/proton-c/bindings/ruby/lib/qpid_proton/mapping.rb:73:in `put': undefined method `map=' for #<Qpid::Proton::Data:0x00000002aa41f8> (NoMethodError)
	from /home/mcpierce/Programming/Proton/proton-c/bindings/ruby/lib/qpid_proton/message.rb:71:in `pre_encode'
	from /home/mcpierce/Programming/Proton/proton-c/bindings/ruby/lib/qpid_proton/messenger.rb:200:in `put'
	from ../examples/messenger/ruby/send.rb:50:in `block in <main>'
	from ../examples/messenger/ruby/send.rb:44:in `each'
	from ../examples/messenger/ruby/send.rb:44:in `<main>'

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