]
Mario Fusco resolved JBRULES-3441.
----------------------------------
Resolution: Done
Declared Beans with interface-typed fields cause exceptions when
evaluating equals() and hashCode()
----------------------------------------------------------------------------------------------------
Key: JBRULES-3441
URL:
https://issues.jboss.org/browse/JBRULES-3441
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-compiler, drools-core
Reporter: Davide Sottara
Assignee: Davide Sottara
Given an interface:
interface SomeInterface {
int getId();
void setId(int id);
}
and a declared bean:
declare SomeFact (
x : SomeInterface @key
)
the system throws an exception "a class is expected but an interface is found"
when evaluating the hashCode method
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: