Hi,
"and" not working in xml drools. If I execute the following rule it works
<or>
<column object-type="Message">
<literal field-name="message" evaluator="=="
value="Hello"/>
</column>
<column object-type="Message">
<literal field-name="status" evaluator="=="
value="0"/>
</column>
</or>
But when I replace <or> by <and> it does not execute the rhs. Both the
conditions are true.
Can anyone help me with this?
Thanks,
Ashwini
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of
Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity
to which it is addressed. If you are not the intended recipient, you are not authorized to
read, retain, copy, print, distribute or use this message. If you have received this
communication in error, please notify the sender and delete all copies of this message.
Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails.
Show replies by date