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

Fails to parse a constraint with a bind variable on right side in executable-model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • 7.59.0.Final
    • executable model
    • None

    Description

      executable-model fails to build a rule which has "&&" constraint with a bind variable on right side:

        $p : Person(name == "Mario" && $a : age > 20)
      

      It results in

      InvalidExpressionErrorResult: Unable to parse left part of expression: name == "Mario" && $a : age > 20
      

      On both side as well:

        $p : Person($n : name == "Mario" && $a : age > 20)
      

      Attachments

        Issue Links

          Activity

            People

              mfusco@redhat.com Mario Fusco
              rhn-support-tkobayas Toshiya Kobayashi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: