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

Nested map access in RHS fails in exec-model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.58.0.Final
    • 7.55.0.Final
    • executable model
    • None
    • 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12)
    • 4
    • Undefined
    • NEW
    • NEW

    Description

      Nested map access in RHS fails in exec-model

      package com.example.reproducer
      import org.drools.modelcompiler.MvelDialectTest.Bus;
      dialect "mvel"
      global java.util.List result;
      rule "rule_mt_1a"
          when
              $bus : Bus( $title: "POWER PLANT" )
          then
              result.add($bus.karaoke.dvd[$title].artist);
      end
      

      Attachments

        Activity

          People

            rhn-support-tkobayas Toshiya Kobayashi
            rhn-support-tkobayas Toshiya Kobayashi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: