-
Bug
-
Resolution: Done
-
Major
-
7.73.0.Final, 8.31.0.Final
-
None
-
2022 Week 47-49 (from Nov 21)
-
2
-
NEW
-
NEW
-
---
-
---
When a boolean property value is assigned in RHS with mvel dialect,
rule R dialect "mvel" when $holder : ValueHolder() then $holder.primitiveBooleanValue = true; end
exec-model fails with
CompilationProblemErrorResult: org.drools.mvelcompiler.MvelCompilerException: RHS doesn't have a type
while non-exec-model works as expected.
- is related to
-
DROOLS-7195 Modify syntax fails when using executable model, works with mvel runtime (nested properties)
- Resolved