[jboss-jira] [JBoss JIRA] (DROOLS-2855) MVEL: expression (1 + 2 * 3 + $v ) causes "no such method or function " for bind variable
Hiroko Miura (JIRA)
issues at jboss.org
Tue Aug 7 05:53:00 EDT 2018
Hiroko Miura created DROOLS-2855:
------------------------------------
Summary: MVEL: expression (1 + 2 * 3 + $v ) causes "no such method or function " for bind variable
Key: DROOLS-2855
URL: https://issues.jboss.org/browse/DROOLS-2855
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.9.0.Final
Environment: MVEL2 2.4.0 Final
Reporter: Hiroko Miura
Assignee: Mario Fusco
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"
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list