You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Weston M. Price (JIRA)" <ji...@apache.org> on 2011/05/26 15:37:47 UTC

[jira] [Created] (QPID-3279) AMQDestination copyDestination() incorrectly uses the _create AddressOption instead of _delete when setting the delete AddressOption on the destination

AMQDestination copyDestination() incorrectly uses the _create AddressOption instead of _delete when setting the delete AddressOption on the destination
-------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: QPID-3279
                 URL: https://issues.apache.org/jira/browse/QPID-3279
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.11
            Reporter: Weston M. Price


In the copyDestination() method of AMQDestination.java line 992, the dest.setDelete() method incorrectly uses the _create AddressOption versus the correct one of delete. 



--
This message is automatically generated by JIRA.
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] [Resolved] (QPID-3279) AMQDestination copyDestination() incorrectly uses the _create AddressOption instead of _delete when setting the delete AddressOption on the destination

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

Weston M. Price resolved QPID-3279.
-----------------------------------

    Resolution: Fixed
      Assignee: Weston M. Price

Fixed with attached patch.
                
> AMQDestination copyDestination() incorrectly uses the _create AddressOption instead of _delete when setting the delete AddressOption on the destination
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3279
>                 URL: https://issues.apache.org/jira/browse/QPID-3279
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.11
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>         Attachments: QPID-3279.patch
>
>
> In the copyDestination() method of AMQDestination.java line 992, the dest.setDelete() method incorrectly uses the _create AddressOption versus the correct one of delete. 

--
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-3279) AMQDestination copyDestination() incorrectly uses the _create AddressOption instead of _delete when setting the delete AddressOption on the destination

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

Weston M. Price updated QPID-3279:
----------------------------------

    Attachment: QPID-3279.patch

Patch to fix AddressOption issue.

> AMQDestination copyDestination() incorrectly uses the _create AddressOption instead of _delete when setting the delete AddressOption on the destination
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3279
>                 URL: https://issues.apache.org/jira/browse/QPID-3279
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>    Affects Versions: 0.11
>            Reporter: Weston M. Price
>         Attachments: QPID-3279.patch
>
>
> In the copyDestination() method of AMQDestination.java line 992, the dest.setDelete() method incorrectly uses the _create AddressOption versus the correct one of delete. 

--
This message is automatically generated by JIRA.
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