[jboss-jira] [JBoss JIRA] (DROOLS-2556) Not possible to deploy kjar with rule including timer

Anton Giertli (JIRA) issues at jboss.org
Wed May 16 10:43:02 EDT 2018


     [ https://issues.jboss.org/browse/DROOLS-2556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Giertli updated DROOLS-2556:
----------------------------------
    Affects Version/s: 7.7.0.Final


> Not possible to deploy kjar with rule including timer
> -----------------------------------------------------
>
>                 Key: DROOLS-2556
>                 URL: https://issues.jboss.org/browse/DROOLS-2556
>             Project: Drools
>          Issue Type: Bug
>    Affects Versions: 7.7.0.Final
>            Reporter: Anton Giertli
>            Assignee: Edson Tirelli
>         Attachments: kjar.zip, reproducer.zip
>
>
> When KJAR contains a rule with timer:
> {code:java}
> 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
> {code}
> It's not possible to deploy it with KIE Services API
> it fails with this error:
> https://gist.github.com/agiertli/12fb71e3103dbf493308dc263fdc4607



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list