KnoledgeRuntimeLoggerFactory.newConsoleLogger(ksession);<br>Probably it&#39;s a bug, as mark said, but I want to understand your current behavior to be able to analyze the problem.<br>Greetings.<br><br><div class="gmail_quote">
2010/5/13 Michal Bali <span dir="ltr">&lt;<a href="mailto:michalbali@gmail.com">michalbali@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<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<font color="#888888"><br><br></font></div><div><div></div><div class="h5">
<div class="gmail_quote">On Thu, May 13, 2010 at 1:45 AM, Salaboy <span dir="ltr">&lt;<a href="mailto:salaboy@gmail.com" target="_blank">salaboy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); 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><br>- Ing. Mauricio Salatino -<br><br>On May 12, 2010, at 13:52, Michal Bali &lt;<a href="mailto:michalbali@gmail.com" target="_blank">michalbali@gmail.com</a>&gt; wrote:<br><br></div>
<div>
<div></div>
<div>&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>&gt; _______________________________________________<br>&gt; rules-users mailing list<br>&gt; <a href="mailto:rules-users@lists.jboss.org" target="_blank">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" target="_blank">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>
</div></div><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>
<br></blockquote></div><br><br clear="all"><br>-- <br> - <a href="http://salaboy.wordpress.com">http://salaboy.wordpress.com</a><br> - <a href="http://www.jbug.com.ar">http://www.jbug.com.ar</a><br> - Salatino &quot;Salaboy&quot; Mauricio -<br>