Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-3559

executable-model misses to raise an error for a non-exisiting method with Mvel dialect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 7.16.0.Final
    • executable model
      • See unit test PR
    • NEW
    • NEW

    Description

      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.

      rule R
      when
        $p : Person()
      then
        modify($p) {likes = nonExistingMethod()};
      end
      

      Attachments

        Issue Links

          Activity

            People

              lmolteni@redhat.com Luca Molteni
              rhn-support-tkobayas Toshiya Kobayashi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: