]
Mario Fusco reassigned DROOLS-642:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
Named Consequences do not respect timers in STREAM mode
-------------------------------------------------------
Key: DROOLS-642
URL:
https://issues.jboss.org/browse/DROOLS-642
Project: Drools
Issue Type: Bug
Reporter: Davide Sottara
Assignee: Mario Fusco
In the rule:
{code}
when
$a : A()
not B( this after[0,10s] $a ) do[something]
C()
then
then[something]
{code}
No timer node is created for the named consequence, resulting in the named consequence
firing immediately, even in STREAM mode