]
Mario Fusco resolved DROOLS-1346.
---------------------------------
Fix Version/s: 7.0.0.Beta3
Resolution: Done
Fixed by
Unwanted firing modifying an event over a window:time
-----------------------------------------------------
Key: DROOLS-1346
URL:
https://issues.jboss.org/browse/DROOLS-1346
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 7.0.0.Beta3
Steps to reproduce:
1. In a first rule pattern match on an event over window:time
2. In the consequence of the rule change the value of a field of that event
3. Have a second rule that shouldn't match the value of the field changed by the
former rule
4. This second rule fires even if it shouldn't