[jboss-jira] [JBoss JIRA] (DROOLS-1803) single hit status lost
Michael Anstis (JIRA)
issues at jboss.org
Fri Oct 27 04:35:08 EDT 2017
[ https://issues.jboss.org/browse/DROOLS-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Anstis moved GUVNOR-3532 to DROOLS-1803:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1803 (was: GUVNOR-3532)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Component/s: Guided Decision Table Editor
(was: Guided Decision Table)
Affects Version/s: 7.3.0.Final
(was: 7.3.0.Final)
> 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
>
> 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.5.0#75005)
More information about the jboss-jira
mailing list