[jboss-jira] [JBoss JIRA] (DROOLS-900) java.lang.IncompatibleClassChangeError error while using HashSets
RH Bugzilla Integration (JIRA)
issues at jboss.org
Fri Nov 6 10:42:00 EST 2015
[ https://issues.jboss.org/browse/DROOLS-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126492#comment-13126492 ]
RH Bugzilla Integration commented on DROOLS-900:
------------------------------------------------
Edson Tirelli <etirelli at redhat.com> changed the Status of [bug 1278059|https://bugzilla.redhat.com/show_bug.cgi?id=1278059] from ASSIGNED to MODIFIED
> java.lang.IncompatibleClassChangeError error while using HashSets
> -----------------------------------------------------------------
>
> Key: DROOLS-900
> URL: https://issues.jboss.org/browse/DROOLS-900
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 5.6.0.Final
> Reporter: Pravasis Pattnaik
> Assignee: Mario Fusco
> Priority: Minor
> Fix For: 6.3.0.Final
>
> Attachments: compiled-drl.txt, req.txt
>
>
> In the compiled drl file we were using (Sets.newHashSet(e1,e2,..)).contains(input) then we get an exception java.lang.IncompatibleClassChangeError: Class XYZ does not implement the requested interface java.util.Collection on large input sets.Here XYZ is our input ruleRequest to be evaluated. If I change it to Sets.newHashSet(e1,e2,..).contains(input) it fixes everything.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list