You&#39;ll have to use a single, dedicated fact and call modify/update before each fireAllrules.<br><br>For your other problem: updating all facts is probably the best solution. (You may, of course,<br>also add a pattern with a single &quot;trigger&quot; fact, again to be updated before each call to<br>
fireAllRules.)<br><br>As you have experienced, &quot;fired&quot; activations remain passive across multiple calls to<br>fireAllRules.<br><br>-W<br><br><br><div class="gmail_quote">On 3 August 2010 18:00, Maverickthe6 <span dir="ltr">&lt;<a href="mailto:Maverickthe6@web.de">Maverickthe6@web.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
Hmm,<br>
even that doesn&#39;t work. Do you test it by yourself?<br>
<br>
I just created a new project, with the standard hello world example. And add<br>
the rule to the Sample.drl file. After that, I add another<br>
ksession.fireAllRules() to the main and execute it. The only messages I&#39;ve<br>
got are:<br>
<br>
TEST<br>
Hello World<br>
Goodbye cruel world<br>
<br>
and not (how expected)<br>
<br>
TEST<br>
Hello World<br>
Goodbye cruel world<br>
TEST<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/fireAllRules-multiply-times-tp1019111p1019616.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/fireAllRules-multiply-times-tp1019111p1019616.html</a><br>

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