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 2015/09/11 11:56:45 UTC

[jira] [Commented] (ARTEMIS-223) XML Data import fails due to a ClassCastException

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

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

GitHub user mtaylor opened a pull request:

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

    ARTEMIS-223 Cast QueueId to Long not Integer

    

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

    $ git pull https://github.com/mtaylor/activemq-artemis queueIdAsLong

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

    https://github.com/apache/activemq-artemis/pull/165.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 #165
    
----
commit 91d93a002c3986473bb0a7391c3e85dd698fe06e
Author: Martyn Taylor <mt...@redhat.com>
Date:   2015-09-11T09:53:55Z

    ARTEMIS-223 Cast QueueId to Long not Integer

----


> XML Data import fails due to a ClassCastException
> -------------------------------------------------
>
>                 Key: ARTEMIS-223
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-223
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>            Reporter: Jeff Mesnil
>
> XmlDataImporter tries to cast a Long into an Integer at:
> {noformat}
> queueID = (Integer) ManagementHelper.getResult(reply);
> {noformat}
> The queueID is a long. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)