-
Bug
-
Resolution: Done
-
Major
-
None
-
7.28.0.Final
-
2019 Week 41-43 (from Okt 7)
-
-
NEW
-
NEW
A rule with the following RHS fails to compile in the executable model:
$input.setNo12Count(functions.sumOf(new Object[]{$no1Count_1, $no2Count_1, $no3Count_1, $no4Count_1, $no5Count_1, $no6Count_1, $no7Count_1, $no8Count_1, $no9Count_1, $no10Count_1, $no11Count_1}).intValue());
Failure:
text=cannot find symbol symbol: method execute((drools,$n[...]t); })
Compilation is successful if one of the input parameters (eg. $no11Count_1) is removed.
- is cloned by
-
RHDM-1130 Executable model compilation fails with function call and large input array
- Closed