-
Bug
-
Resolution: Done
-
Major
-
7.13.2.GA
-
2
-
False
-
None
-
False
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
Workaround Exists
-
-
-
-
2023 Week 06-08 (from Feb 6), 2023 Week 09-11 (from Feb 27)
Issue Description:
This rule
rule "log_settings_GlobalLogger" dialect "mvel" when then drools.workingMemory.setGlobal("logger", org.slf4j.LoggerFactory.getLogger(getClass())); end
fails with
workingMemory cannot be resolved or is not a field.
in exec-model while non-exec-model can execute.
Acceptance Criteria:
executable-model can execute the rule as same as non-exe-model.
- clones
-
DROOLS-7338 drools.workingMemory is not resolved in executable-model + mvel dialect
- Resolved