-
Bug
-
Resolution: Done
-
Major
-
None
-
7.9.0.Final
-
None
-
2018 Week 30-32
-
-
-
NEW
-
NEW
When MVEL evaluates
m.setStatus( 1 + 2 * 3 + 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 + m.getStatus() ); ....}]
If this is something like
Exception executing consequence for rule "Hello World" in com.sample: [Error: no such method or function: m]
m.setStatus( 1 + 2 + 3 + m.getStatus() ); <== Multiplication "*" is not used
it works without above exception.
This happens in both LHS and RHS with dialect "mvel"
- is cloned by
-
DROOLS-3477 MVEL: expression (1 + 2 * 3 + 4 * $v ) causes "no such method or function " for bind variable
- Closed
-
RHDM-707 MVEL expression (1 + 2 * 3 + $v ) causes "no such method or function" error for bind variable
- Closed