-
Bug
-
Resolution: Done
-
Major
-
7.4.1.Final
-
None
-
None
-
2018 Week 39-41
-
3
-
-
High
-
NEW
-
NEW
After drools migration from 6.0.3 to 7.4.1.Final version , modify property in 1st rule not validating conditions in 2nd rule.
Ex: modify($alarm)
{setEVENTO_EN_TAREA("YES")}- In 1st rule then condition
$alarm: ALARMA_ERICSSON_2G("NO" == getEVENTO_EN_TAREA()) - When condition in 2nd rule.
If getEVENTO_EN_TAREA() = "YES" then only it should go inside 2nd rule.But here in this case getEVENTO_EN_TAREA()="YES" or "NO" - For both cases 2nd rule when condition is matched and going inside then condition.Which is wrong
Please find the attached sample test project with logs.
Kindly let me know additional information is required.