]
Mario Fusco reassigned DROOLS-639:
----------------------------------
Assignee: Mario Fusco (was: Davide Sottara)
Multiple declarations of the same fact from different packages are
ignored or conflicting
-----------------------------------------------------------------------------------------
Key: DROOLS-639
URL:
https://issues.jboss.org/browse/DROOLS-639
Project: Drools
Issue Type: Bug
Affects Versions: 5.6.0.Final, 6.0.0.Final, 6.1.0.Final, 6.2.0.CR1
Reporter: Davide Sottara
Assignee: Mario Fusco
If a fact is (re)declared multiple times from different packages:
{code}
package p1;
declare Foo @propertyReactive end
{code}
and
{code}
package p2;
declare Foo @role(event) end
{code}
The two declarations result in a conflict.
If the DRL files are in the same package, one of the declarations will be lost