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

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

      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
      

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

              Created:
              Updated:
              Resolved: