Can't set properties through Python QMF Console
-----------------------------------------------
Key: QPID-3692
URL: https://issues.apache.org/jira/browse/QPID-3692
Project: Qpid
Issue Type: Bug
Components: Python Client
Affects Versions: 0.10
Environment: Fedora 15
Reporter: Zane Bitter
Fix For: 0.15
Setting a property on a QMF Object in the Python console results in it being
updated in the list of properties in the local proxy object, but it does not
actually update the object.
Also, the following line of code, which appears twice in
{{qmf.console.Object.\_\_setitem\_\_}}, does not do what it says on the tin:
{code}
super.__setattr__(self, name, value)
{code}
(It works, but only by coincidence.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]