-
Bug
-
Resolution: Done
-
Major
-
7.9.0.GA
-
RHDM 7.9.0.
-
False
-
False
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
Undefined
-
-
-
2020 Week 49-51 (from Nov 30)
Compiling a rule like (*1) which is described in MVEL dialect and contains an assignment statement to BigDecimal type property with executable rule models enabled, compilation errors like (*2) occur.
(*1)
package com.example.reproducer import com.example.reproducer.Bus dialect "mvel" rule "bus3a" when $bus : Bus() then modify($bus) { weight = 13000 } System.out.println("***** " + $bus + ", weight = " + $bus.weight); end
$bus.weight is a BigDecimal type property.
(*2)
[ERROR] /test/reproducer_02801729_3a/target/generated-sources/drools-model-compiler/main/java/com/example/reproducer/P23/LambdaConsequence23B3ED62B695E9AEA44284D670FC4A7C.java:[20,13] weight has private access in com.example.reproducer.Bus [ERROR] /test/reproducer_02801729_3a/target/generated-sources/drools-model-compiler/main/java/com/example/reproducer/P23/LambdaConsequence23B3ED62B695E9AEA44284D670FC4A7C.java:[20,23] incompatible types: int cannot be converted to java.math.BigDecimal
- is cloned by
-
DROOLS-5889 Assignment to BigDecimal type property causes compilation errors in executable model.
- Closed