<br>&nbsp;&nbsp; That is expected behavior. <br>&nbsp;&nbsp; <br>&nbsp;&nbsp; This is because quantifier CEs like &quot;exists&quot;, &quot;not&quot; and &quot;forall&quot; will evaluate multiple facts at once. So, if your rule has 5 foos in the working memory, which one would you expect to print? <br>
<br>&nbsp;&nbsp; If you want to print each of them, remove the &quot;exists&quot;... if you want to print all of them, use &quot;collect&quot; instead of &quot;exists&quot;.<br><br>&nbsp;&nbsp; []s<br>&nbsp;&nbsp; Edson<br><br><div class="gmail_quote">
2009/2/17 techy <span dir="ltr">&lt;<a href="mailto:techluver007@gmail.com">techluver007@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I get $foo can&#39;t be resolved error for following rule. Some guidance is<br>
appreciated to reference $foo without error.<br>
<br>
Rule &quot;Foo rule&quot;<br>
when<br>
 &nbsp; exists( $foo: Foo())<br>
then<br>
 &nbsp;System.out.println($foo);<br>
end<br>
<br>
Thanks in advance.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/error-when-referening-LHS-%3Eexists-block-var-in-RHS-tp22063253p22063253.html" target="_blank">http://www.nabble.com/error-when-referening-LHS-%3Eexists-block-var-in-RHS-tp22063253p22063253.html</a><br>

Sent from the drools - user mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br> &nbsp;Edson Tirelli<br> &nbsp;JBoss Drools Core Development<br> &nbsp;JBoss, a division of Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a><br>