Hi,
I need to use non-short circuit ANDing (&) for my rules.
However, for a rules like (conditionA & conditionB) I get the following
error:
"Predicate 'conditionA & conditionB' must be a Boolean expression"
(conditionA && conditionB) works fine. But it short circuits the conditions.
Any ideas as to what I could be doing wrong or how I can ensure that
condition2 is evaluated irrespective of whether condition1 is true or false?
Thanks.
--
View this message in context:
http://drools.46999.n3.nabble.com/Non-short-circuit-ANDing-tp4021928.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.