Bug 636262
| Summary: | QMF: method call arguments containing maps fail to pass boolean values. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Ken Giusti <kgiusti> |
| Component: | qpid-qmf | Assignee: | Ken Giusti <kgiusti> |
| Status: | CLOSED ERRATA | QA Contact: | Frantisek Reznicek <freznice> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | beta | CC: | esammons, freznice, matt |
| Target Milestone: | 1.3 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-20 11:29:09 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 635979 | ||
Fix checked in upstream: https://issues.apache.org/jira/browse/QPID-2880 http://svn.apache.org/viewvc?view=revision&revision=999919 Fix merged to mrg_1.3.x: http://mrg1.lab.bos.redhat.com/git/?p=qpid.git;a=commitdiff;h=dd1d07b644c94aded53aa9c3ff0354331a2776df The issue has been fixed, tested on RHEL 5.5 (agent + console) / 4.8 (python console only) i386 / x86_64 on packages: python-qmf-0.7.946106-13.el5 python-qpid-0.7.946106-14.el5 python-saslwrapper-0.1.934605-2.el5 qmf-0.7.946106-17.el5 qmf-devel-0.7.946106-17.el5 qpid-cpp-*-0.7.946106-17.el5 qpid-dotnet-0.4.738274-2.el5 qpid-java-*-0.7.946106-10.el5 qpid-tools-0.7.946106-11.el5 ruby-qmf-0.7.946106-17.el5 ruby-qpid-0.7.946106-2.el5 ruby-saslwrapper-0.1.934605-2.el5 saslwrapper-0.1.934605-2.el5 saslwrapper-devel-0.1.934605-2.el5 -> VERIFIED |
Description of problem: Passing a method call an argument that is a map which contains native boolean values does not get sent to the agent. The boolean values drop out. Version-Release number of selected component (if applicable): How reproducible: 100% using the wrapped python console vs. wrapped ruby agent. Steps to Reproduce: 1. define a method call that takes a map argument. 2. Create a map with a boolean value: eg {"tag": False} 3. Call the method with the map argument Actual results: The map as received on the agent is empty {} Expected results: The map should contain {"tag": False} Additional info: