Davide Sottara created DROOLS-641:
-------------------------------------
Summary: 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.2.0.CR1, 6.1.0.Final, 6.0.0.Final
Reporter: Davide Sottara
Assignee: Mark Proctor
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.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)