In operator with integer literal values like the following does not work with a BigDecimal property.
e.g.
rule R1
when
$fact: Fact( bd in (100, 200))
then
...
This rule doesn't match when property 'bd' is BigDecimal("100") in executable model, while it matches in non-executable model.