[
https://issues.jboss.org/browse/DROOLS-1803?page=com.atlassian.jira.plugi...
]
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)