[
https://issues.apache.org/jira/browse/ARTEMIS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14741152#comment-14741152
]
ASF GitHub Bot commented on ARTEMIS-223:
----------------------------------------
GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/167
ARTEMIS-223 Testcase replicating issue
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/167.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 #167
----
commit cac33fd81e1710a24c6e2242bc3f27c1cb675593
Author: Clebert Suconic <[email protected]>
Date: 2015-09-11T16:07:48Z
ARTEMIS-223 Testcase replicating issue
----
> 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)