Edson hasa fixed this in trunk, so you could use the latest snapshot.<br><br>forall and its equivalent not(not(...)) are equally affected.<br><br>A not very elegant workaround would be using accumulate, counting the non-matches<br>
 and testing the resulting Number with &gt;0.<br><br>-W<br><br><br><br><br><div class="gmail_quote">On 26 November 2010 11:35, OlliSee <span dir="ltr">&lt;<a href="mailto:o.roess@seeburger.de">o.roess@seeburger.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi there,<br>
<br>
I&#39;m experiencing the same problem using Drools 5.1.1<br>
Whats the status on this?<br>
<br>
By the way. It also doesn&#39;t work the other way round with<br>
<br>
   not (exists(X(y != z)))<br>
<br>
which is basically the same as<br>
<br>
   forall($x : X()<br>
          X(this == $x, y == z)<br>
   )<br>
<br>
If this is still a problem, how can I surpass this to get expected results?<br>
Thanks in advance.<br>
<br>
Oliver<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/forall-not-delivering-as-expected-tp1461552p1972065.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/forall-not-delivering-as-expected-tp1461552p1972065.html</a><br>

Sent from the Drools - User mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br>