Rule is not get fired after constraint jitting if String value taken from a map is compared with a String literal with relational operators (<=,>=,< and <).
e.g.
rule "xxx" when Fact( mapVal["KEY"] <= "10000") then ... end
This happens with RHDM 7.5.0 and later.
- clones
-
DROOLS-5596 Constraint jitting fails when comparing a value taken from a map with a String literal
- Resolved