@Wolfgang: I have that in my TODO list for a long time. Right now it is possible to create that mechanism using Agent listener and manipulating ResourceScanner manually. Something similar to what KAgent tests are doing.<div>

<br></div><div>But the problem here seems to be different because of 2 reasons:</div><div><ol><li>He doesn&#39;t seem to be using KAgent in incremental mode. So, each time a change is detected, a new KBase is created. All sessions previously created will continue using the old kbase.</li>

<li>He is using Stateless ksessions. </li></ol><div><br></div><div>Best Regards,</div><div><br></div><div><br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>- Developer @ <a href="http://www.plugtree.com" target="_blank">http://www.plugtree.com </a><br>

- Blog @ <a href="http://ilesteban.wordpress.com" target="_blank">http://ilesteban.wordpress.com</a><br>
<br><br><div class="gmail_quote">2011/8/24 Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com">wolfgang.laun@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Incremental change set processing might create the effect you describe. Declared types are always replaced; rules only if they differ.<br><br>It sure would be nice if the effects of knowledge base updates were described in a way that leaves no room for guesswork. &quot;Gimme hope, Jo&#39;anna...&quot;<br>

<font color="#888888">
<pre style="font-family:arial;font-style:normal;font-variant:normal;font-weight:normal;font-size:12px;line-height:normal;font-size-adjust:none;font-stretch:normal">-W<br></pre></font><div><div></div><div class="h5"><br><br>

<div class="gmail_quote">
On 23 August 2011 21:35, dcrissman <span dir="ltr">&lt;<a href="mailto:dac@akc.org" target="_blank">dac@akc.org</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">


It seems that the rules that stop firing are dependent on another rule which<br>
is responsible for creating drools declared objects with a logicalInsert.<br>
Seems to be the only commonality that I can find.<br>
<br>
Oh, and I am using a stateless session.<br>
<br>
Example:<br>
<br>
declare MyClass<br>
end<br>
<br>
rule &quot;Create Instance&quot;<br>
when<br>
//whatever<br>
then<br>
logicalInsert(new MyClass());<br>
end<br>
<br>
rule &quot;Dependent&quot;<br>
when<br>
MyClass(<br>
//whatever<br>
)<br>
then<br>
//do something<br>
end<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Rules-stop-firing-when-white-space-is-changed-tp3278986p3279079.html" target="_blank">http://drools.46999.n3.nabble.com/Rules-stop-firing-when-white-space-is-changed-tp3278986p3279079.html</a><br>



</font><div><div></div><div>Sent from the Drools: User forum mailing list archive at Nabble.com.<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></div></div>