[jboss-jira] [JBoss JIRA] (DROOLS-3559) executable-model misses to raise an error for a non-exisiting method with Mvel dialect
Toshiya Kobayashi (Jira)
issues at jboss.org
Mon Jan 28 02:13:00 EST 2019
Toshiya Kobayashi created DROOLS-3559:
-----------------------------------------
Summary: executable-model misses to raise an error for a non-exisiting method with Mvel dialect
Key: DROOLS-3559
URL: https://issues.jboss.org/browse/DROOLS-3559
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.16.0.Final
Reporter: Toshiya Kobayashi
Assignee: Luca Molteni
When a rule has a non-existing method in RHS modify block with mvel dialect, executable-model misses to raise an error so the rule is compiled.
{noformat}
rule R
when
$p : Person()
then
modify($p) {likes = nonExistingMethod()};
end
{noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list