Similar issue was reported and fixed in DROOLS-2854/RHDM-707, but there is another pattern which still 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-3477 MVEL: expression (1 + 2 * 3 + 4 * $v ) causes "no such method or function " for bind variable
- Closed
- is cloned by
-
RHDM-821 [GSS](7.2.z) MVEL expression (1 + 2 * 3 + 4 * $v ) causes "no such method or function" error for bind variable
- Closed
- relates to
-
RHDM-707 MVEL expression (1 + 2 * 3 + $v ) causes "no such method or function" error for bind variable
- Closed