]
Mario Fusco resolved DROOLS-2550.
---------------------------------
Resolution: Done
Fixed by
Cannot coerce BigInteger and BigDecimal using the Drools model
compiler
-----------------------------------------------------------------------
Key: DROOLS-2550
URL:
https://issues.jboss.org/browse/DROOLS-2550
Project: Drools
Issue Type: Task
Components: core engine
Affects Versions: 7.7.0.Final
Reporter: Luca Molteni
Assignee: Luca Molteni
Priority: Optional
Fix For: 7.7.0.Final
In Mvel comparison between BigDecimal and BigInteger is supported such as
Person( money == new BigInteger( \"1\" ) )
Where money is a BigDecimal
We need to also support that in the code generation of the executable model