[rules-users] help with 3.1 M

s erel erelsagi at gmail.com
Wed Apr 18 07:51:17 EDT 2007


Hello,

When using the following two rules with an empty working memory both rules
get fired:

===================================
rule rule1
when
       not Person(gender == Consts.Unknown)
then
       System.out.println("rule1");
end

rule rule2
when
       exists Person(gender == Consts.Unknown)
then
       System.out.println("rule2");
end
===================================
.
Can anyone help me with this?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20070418/d5f7e914/attachment.html 


More information about the rules-users mailing list