]
Mario Fusco commented on DROOLS-1660:
-------------------------------------
We had a delay, it will be out before the end of this week.
Temporal operator fails after serialization
-------------------------------------------
Key: DROOLS-1660
URL:
https://issues.jboss.org/browse/DROOLS-1660
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.5.0.Final, 7.0.0.Final
Reporter: Christopher Brecht
Assignee: Mario Fusco
Fix For: 7.2.0.Final
Attachments: EventA.java, Reproducer.java
I attached a reproducer of the problem. If I am executing the rules without serialization
everything is working correctly.
If I am executing it with serialization the rules are firing to often. I expect the rule
to fire only once. It should fire once at 03:06:00 but it fires 3 times, once at 3:04:00
and 2 times at 3:06:00.
It have to be a problem with serialization of the temporal operators like after,before,
etc.