[jboss-jira] [JBoss JIRA] (DROOLS-642) Named Consequences do not respect timers in STREAM mode
Mario Fusco (JIRA)
issues at jboss.org
Mon Oct 27 11:33:35 EDT 2014
[ https://issues.jboss.org/browse/DROOLS-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved DROOLS-642.
--------------------------------
Fix Version/s: 6.2.0.CR2
Resolution: Done
Fixed by https://github.com/droolsjbpm/drools/commit/53975755f
> Named Consequences do not respect timers in STREAM mode
> -------------------------------------------------------
>
> Key: DROOLS-642
> URL: https://issues.jboss.org/browse/DROOLS-642
> Project: Drools
> Issue Type: Bug
> Reporter: Davide Sottara
> Assignee: Mario Fusco
> Fix For: 6.2.0.CR2
>
>
> In the rule:
> {code}
> when
> $a : A()
> not B( this after[0,10s] $a ) do[something]
> C()
> then
> then[something]
> {code}
> No timer node is created for the named consequence, resulting in the named consequence firing immediately, even in STREAM mode
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list