[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 Mar 25 02:27:00 EDT 2019
[ https://issues.jboss.org/browse/DROOLS-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13712467#comment-13712467 ]
Toshiya Kobayashi commented on DROOLS-3559:
-------------------------------------------
Can this JIRA be closed as a duplicate of DROOLS-3708 ?
> 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
> Priority: Major
> Labels: support
>
> 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