-
Bug
-
Resolution: Done
-
Major
-
None
-
7.11.0.Final
-
None
-
2019 Week 02-04
-
-
-
NEW
-
NEW
Similar issue was reported and fixed in DROOLS-2854, there is another pattern which does not work.
When MVEL evaluates
m.setStatus( 1 + 2 * 3 + 4 * m.getStatus() );
the following exception happens.
Exception executing consequence for rule "Hello World" in com.sample: [Error: no such method or function: m] [Near : {... m.setStatus( 1 + 2 * 3 + 4 * m.getStatus() ); ....}]
- clones
-
DROOLS-2854 MVEL: expression (1 + 2 * 3 + $v ) causes "no such method or function " for bind variable
- Closed
- is cloned by
-
RHDM-815 MVEL expression (1 + 2 * 3 + 4 * $v ) causes "no such method or function" error for bind variable
- Closed