-
Bug
-
Resolution: Done
-
Critical
-
7.3.1.GA
-
RHPAM 7.3
When copying a guided rule that contains a BigDecimal field, it adds another letter "B" in the drools file.
Initial file:
package com.myspace.reproducer_02415008;
import java.lang.Number;
rule "GuidedRule"
dialect "mvel"
when
DataObject( field == 0.0B )
then
end
--------
Copied file source result code. Note the two B's :
package com.myspace.reproducer_02415008;
import java.lang.Number;
rule "teste"
dialect "mvel"
when
DataObject( field == 0.0BB )
then
end
- is cloned by
-
DROOLS-4331 Error when copying Guided Rule with Bigdecimal
- Closed
- is duplicated by
-
RHPAM-2262 The BigDecimal field's value is getting reset as zero (0.0B/0.0) in the Guided rule.
- Closed