-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
6.4.9.GA
-
None
-
None
-
It is not possible to deploy kjar, containing rule with a timer on kie-server where jbpm extension is enabled. This is intended behavior.
-
- Download kjar.zip, unzip and mvn clean install
- Download reproducer.zip unzip and execute mvn clean package exec:java
When KJAR contains a rule with timer:
package com.sample; rule "Timer to stop long running rules" timer (int: 150s) ruleflow-group "whatever" salience 99 when then System.err.println("**** Exit rule engine ****"); drools.halt(); end
It's not possible to deploy it with KIE Services API
it fails with this error:
https://gist.github.com/agiertli/12fb71e3103dbf493308dc263fdc4607
- clones
-
DROOLS-2556 Not possible to deploy kjar with rule including timer
-
- Resolved
-