-
Bug
-
Resolution: Done
-
Major
-
7.33.0.Final
-
2020 Week 07-09 (from Feb 10), 2020 Week 10-12 (from Mar 2)
-
4
-
- Try to execute rule from the description in BRMS 6.4.x and in RHDM 7.4+ release.
- In the response we can see different values.
-
NEW
-
NEW
I have rule like as:
=========
rule "My Rule"
no-loop true
dialect "mvel"
when
$info : MyInfo()
then
modify ($info)
end
=========
If I execute this rule in BRMS 6.4.x release (mvel 2.2.8), I will get 7.35 in the response . But if I execute same rule in RHDM 7.4.+ release (mvel 2.4.3) I will 7 in the response.
- is incorporated by
-
RHDM-1220 Different values in response after rule execution in BRMS 6.4.11 and RHDM 7.4.1 relase.
- Closed