Hiroko Miura created DROOLS-4892:
------------------------------------
Summary: in evaluators for type Double does not work with executable model
Key: DROOLS-4892
URL:
https://issues.redhat.com/browse/DROOLS-4892
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.31.0.Final, 7.26.0.Final
Reporter: Hiroko Miura
Assignee: Mario Fusco
Attachments: executable-model-DoubleTest.zip
The constraint like the following does not match when using executable model.
{noformat}
rule "Double nnn"
when
f : Fact( doubleVal in ( 100, 200, 300 ) )
then
...
end
{noformat}
This rule can fire if executable model is not used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)