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

ASF subversion and git services commented on ARTEMIS-223:
---------------------------------------------------------

Commit 91d93a002c3986473bb0a7391c3e85dd698fe06e in activemq-artemis's branch 
refs/heads/master from [~martyntaylor]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=91d93a0 ]

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)

Reply via email to