<div>Thank you for looking into this.</div>
<div> </div>
<div>@Salaboy: </div>
<div>1 what do you mean by a runtime logger? (is it agenda logger and workingmemory logger?)</div>
<div>2 yes true. I forgot about that.</div>
<div> </div>
<div>Best regards,</div>
<div>Michal<br><br></div>
<div class="gmail_quote">On Thu, May 13, 2010 at 1:45 AM, Salaboy <span dir="ltr">&lt;<a href="mailto:salaboy@gmail.com">salaboy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">By the way you understand that doesn&#39;t make sense to do that LHS<br>right? You can do forall(Message())<br>

<div class="im"><br>- Ing. Mauricio Salatino -<br><br>On May 12, 2010, at 13:52, Michal Bali &lt;<a href="mailto:michalbali@gmail.com">michalbali@gmail.com</a>&gt; wrote:<br><br></div>
<div>
<div></div>
<div class="h5">&gt; Hi,<br>&gt;<br>&gt; I have encountered the following problem with the latest Drools 5.1<br>&gt; SNAPSHOT<br>&gt;<br>&gt; I&#39;ve created a sample Drools project and replaced the Sample.drl<br>&gt; with the following:<br>
&gt; --Sample.drl--------------------------------------<br>&gt; package com.sample<br>&gt;<br>&gt; import com.sample.DroolsTest.Message;<br>&gt;<br>&gt; rule &quot;Hello World&quot;<br>&gt;       when<br>&gt;               forall( Message( )<br>
&gt;                       Message() )<br>&gt;       then<br>&gt;               System.out.println(&quot;executed&quot;);<br>&gt; end<br>&gt; --------------------------------------------<br>&gt; If I run the sample application  like this everything is fine -<br>
&gt; &quot;executed&quot; is printed. However, if I modify the main method and<br>&gt; insert some additional fact just before the message fact is<br>&gt; inserted, like this:<br>&gt; --DroolsTest.java-----------------------------------<br>
&gt; .....<br>&gt; ksession.insert(new Object());<br>&gt; ksession.insert(message);<br>&gt; .....<br>&gt; -----------------------------------------------------------<br>&gt; then the rule won&#39;t fire any more.<br>&gt;<br>
&gt; Please note that if you change the fact insertion order (first the<br>&gt; message then the Object) it will work as expected.<br>&gt;<br>&gt; Is this a bug or am I missing something? I can file a JIRA if needed.<br>&gt;<br>
&gt; Thank you!<br>&gt; Best regards,<br>&gt; Michal<br></div></div>
<div>
<div></div>
<div class="h5">&gt; _______________________________________________<br>&gt; rules-users mailing list<br>&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><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>
</div></div></blockquote></div><br>