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