-
Bug
-
Resolution: Done
-
Major
-
7.11.1.GA
-
None
-
1
-
False
-
False
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
-
2021 Week 40-42 (from Oct 4), 2021 Week 43-45 (from Oct 25), 2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10)
executable-model fails to build a rule which has "&&" constraint with a bind variable on right side:
$p : Person(name == "Mario" && $a : age > 20)
It results in
InvalidExpressionErrorResult: Unable to parse left part of expression: name == "Mario" && $a : age > 20
On both side as well:
$p : Person($n : name == "Mario" && $a : age > 20)
- incorporates
-
DROOLS-6611 Fails to parse a constraint with a bind variable on right side in executable-model
- Closed