Hiroko Miura created DROOLS-5680:
------------------------------------
Summary: STANDARD_DRL property reactivity doesn't recognize multiple
properties in an expression
Key: DROOLS-5680
URL:
https://issues.redhat.com/browse/DROOLS-5680
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.43.1.Final
Reporter: Hiroko Miura
Assignee: Mario Fusco
When a constraint expression has multiple properties, standard drl
(MvelConstraint.calculateMaskFromExpression()) enlists only the first property for
property reactivity (e.g. 'age' in the below case) while executable model can
react on both.
{noformat}
$p : Person( age > salary )
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)