-
Bug
-
Resolution: Done
-
Minor
-
None
-
7.47.0.Final
-
None
-
2020 Week 52-03 (from Dec 21)
-
-
Undefined
-
NEW
-
NEW
-
---
-
---
If using timer(expr: $d, $p; end=$e) with $e > now + $d
We have the following stack trace:
Exception in thread "Thread-1" java.lang.NullPointerException: Cannot invoke "java.util.Date.getTime()" because "this.nextFireTime" is null at org.drools.core.time.impl.IntervalTrigger.getTimeAfter(IntervalTrigger.java:224)
It should probably just not fire anything in that situation.