]
Mario Fusco updated DROOLS-3477:
--------------------------------
Sprint: 2019 Week 02-04
MVEL: expression (1 + 2 * 3 + 4 * $v ) causes "no such method
or function " for bind variable
-----------------------------------------------------------------------------------------------
Key: DROOLS-3477
URL:
https://issues.jboss.org/browse/DROOLS-3477
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.11.0.Final
Environment: MVEL2 2.4.2 Final
Reporter: Hiroko Miura
Assignee: Mario Fusco
Priority: Major
Attachments: mvel2-var-test2.zip
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.
{noformat}
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() ); ....}]
{noformat}