-
Bug
-
Resolution: Done
-
Major
-
None
-
2020 Week 13-15 (from Mar 23)
-
3
-
Workaround Exists
-
NEW
-
NEW
declare Application categories : Set = new HashSet() end
Then I had a modify statement scattered about:
modify ($a) { $a.getCategories().add("hello"); }
The ExecutableModel did not seem to like any of those. I changed it to:
$a.getCategories().add("hello"); update($a);
- is incorporated by
-
RHPAM-2877 Drools Canonical Model causes infinite loop firing of rules
- Closed