You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2015/11/20 04:15:11 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=15015120#comment-15015120 ] 

Justin Bertram commented on ARTEMIS-223:
----------------------------------------

This looks resolved to me.  Can anyone confirm? [~clebertsuconic]?

> 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)