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

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

      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)
      

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

              Created:
              Updated:
              Resolved: