[ https://issues.apache.org/jira/browse/UIMA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marshall Schor reopened UIMA-1071: ---------------------------------- The inclusion of activemq 4.1.1 includes the bad version of xstream, via a dependency. Change the POMs involved to explicitly exclude that dependency. Otherwise, {{mvn eclipse:eclipse}} results in the build path including the bad version, and the running of tests from Eclipse is using the build path as the test run class path. > http connector fails with 64-bit JRE > ------------------------------------ > > Key: UIMA-1071 > URL: https://issues.apache.org/jira/browse/UIMA-1071 > Project: UIMA > Issue Type: Bug > Components: Async Scaleout > Reporter: Eddie Epstein > Assignee: Eddie Epstein > > Using the http connector with AMQ 4.1.1 on some 64-bit JRE's results in an > exception: > Caused by: java.lang.RuntimeException: Could not access > java.util.EnumSet.elementType field > at com.thoughtworks.xstream.core.util.Fields.find(Fields.java:18) > at > com.thoughtworks.xstream.converters.enums.EnumSetConverter.<init>(EnumSetConverter.java:31) > The problem is identified here: http://jira.codehaus.org/browse/XSTR-379 > and the fix is to use xstream-1.2.2.jar instead of the 1.1.2 version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.