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
-
RHDM-815 MVEL expression (1 + 2 * 3 + 4 * $v ) causes "no such method or function" error for bind variable
- Closed