[rules-users] "and" operator not working in xml drools

Ashwini Joshi ashwini_joshi at persistent.co.in
Tue Jun 5 02:35:01 EDT 2007


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20070605/ae2d6e00/attachment.html 


More information about the rules-users mailing list