[jboss-jira] [JBoss JIRA] (DROOLS-1803) single hit status lost
Jozef Marko (Jira)
issues at jboss.org
Mon Jan 14 04:17:01 EST 2019
[ https://issues.jboss.org/browse/DROOLS-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jozef Marko updated DROOLS-1803:
--------------------------------
Tester: Jozef Marko
> single hit status lost
> ----------------------
>
> Key: DROOLS-1803
> URL: https://issues.jboss.org/browse/DROOLS-1803
> Project: Drools
> Issue Type: Bug
> Components: Guided Decision Table Editor
> Affects Versions: 7.3.0.Final
> Reporter: Vijay Yadav
> Assignee: Toni Rikkola
> Priority: Critical
> Labels: verifier
>
> rule "first rule"
> dialect "mvel"
> when
> pl: Player(score>=50)
> then
> //do something
> end
> rule "second rule"
> dialect "mvel"
> when
> pl:Player(score<50, score >=25)
> then
> //do something
> These rule results into "single hit status lost". This means more than one row from this table can fire at the same time and the table no longer has the single hit status.
> while we can see that only one rule can fire. Conditions aren't overlapping.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list