You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/07 15:00:00 UTC

[jira] [Commented] (ARTEMIS-1666) List of prepared transaction details returns Object.toString() instead of Json string

    [ https://issues.apache.org/jira/browse/ARTEMIS-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355560#comment-16355560 ] 

ASF GitHub Bot commented on ARTEMIS-1666:
-----------------------------------------

GitHub user yersan opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1854

    [ARTEMIS-1666] List of prepared transaction details returns Object.toString() instead of Json string

    Issue: https://issues.apache.org/jira/browse/ARTEMIS-1666
    JBEAP Issue: https://issues.jboss.org/browse/JBEAP-14177

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yersan/activemq-artemis bugs/ARTEMIS-1666

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1854.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1854
    
----
commit ecc13750929f7969c7cd36da357af7273a88f607
Author: Yeray Borges <yb...@...>
Date:   2018-02-07T14:56:37Z

    [ARTEMIS-1666] List of prepared transaction details returns Object.toString() instead of Json string

----


> List of prepared transaction details returns Object.toString() instead of Json string
> -------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1666
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1666
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.5.5
>            Reporter: Yeray Borges
>            Priority: Major
>
> {{JMSServerManagerImpl#listPreparedTransactionDetailsAsJSON}} returns a {{JsonArrayBuilder}} string representation instead of the JSon representation.
> There is a missing {{JsonArrayBuilder#buid}} call in the method.
> This issue can be easily reproduced checking the output of {{JMSServerControlTest#testListPreparedTransactionDetails}} test.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)