You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Zane Bitter (Created) (JIRA)" <ji...@apache.org> on 2011/12/16 15:18:31 UTC

[jira] [Created] (QPID-3692) Can't set properties through Python QMF Console

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:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3692) Can't set properties through Python QMF Console

Posted by "Gordon Sim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim updated QPID-3692:
-----------------------------

    Fix Version/s:     (was: 0.15)
    
> 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
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org