]
Edson Tirelli commented on DROOLS-1439:
---------------------------------------
Fixed in PR:
DMN engine is eagerly evaluating variables in unary test lists
--------------------------------------------------------------
Key: DROOLS-1439
URL:
https://issues.jboss.org/browse/DROOLS-1439
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.0.0.Beta6
Reporter: Edson Tirelli
Assignee: Edson Tirelli
Priority: Critical
Fix For: 7.0.0.Final
When entering test in decision table, we usually omit the “=” characters. If there is
nothing, it is assumed to be an equal test. When executing with Redhat, this works fine
except if I use variable to do the testing. In that case, I need to put the “=” sign for
the execution do produce the proper result, otherwise when the value is equals I get null.