The constraint like the following does not match when using executable model.
rule "Double nnn" when f : Fact( doubleVal in ( 100, 200, 300 ) ) then ... end
This rule can fire if executable model is not used.
- clones
-
DROOLS-4892 in evaluators for type Double does not work with executable model
- Closed