]
Mario Fusco reassigned DROOLS-641:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
Named Consequences don't work with events
-----------------------------------------
Key: DROOLS-641
URL:
https://issues.jboss.org/browse/DROOLS-641
Project: Drools
Issue Type: Bug
Affects Versions: 6.0.0.Final, 6.1.0.Final, 6.2.0.CR1
Reporter: Davide Sottara
Assignee: Mario Fusco
Given e.g. a rule :
{code}
when
Event()
AnotherEvent() do[something]
then ... end
{code}
A stream queue is created only for the main path (main consequence).
The events never reach then named consequence, failing to match it.