You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2007/09/03 11:17:20 UTC

[jira] Resolved: (QPID-561) c++ broker using incorrect value for xa-ok.

     [ https://issues.apache.org/jira/browse/QPID-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-561.
-----------------------------

    Resolution: Fixed

Fixed in rev 572264. 

> c++ broker using incorrect value for xa-ok.
> -------------------------------------------
>
>                 Key: QPID-561
>                 URL: https://issues.apache.org/jira/browse/QPID-561
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client, Java Client
>            Reporter: Alan Conway
>
> The qpidd broker uses the constant XA_OK=8, but the 0-10 XML defines xa-ok=0. The value 8 looks like a 0-9 throwback.
> It appears that python uses the incorrect value also, since changing it to - broke the python xa tests with the broker.
> constants.h now provides generated C++ constants for all AMQP constants define in XML, we should replace all hand-written constants with constants based on the generated ones.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.