<div dir="ltr">Ah, thanks for letting me know! I&#39;ll try an earlier version then.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 14, 2013 at 8:54 PM, Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com" target="_blank">wolfgang.laun@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It&#39;s a bug, possibly a regression from 5.2.0 that has been in 5.3.0,<br>
5.4.0 and is still in  5.5.0.<br>
<br>
It should be very simple to add <a href="http://codetidy.com/6206/" target="_blank">http://codetidy.com/6206/</a> as a test<br>
case so that this will be fixed.<br>
<span class="HOEnZb"><font color="#888888"><br>
-W<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 14/07/2013, Wolfgang Laun &lt;<a href="mailto:wolfgang.laun@gmail.com">wolfgang.laun@gmail.com</a>&gt; wrote:<br>
&gt; Which Drools version do you use?<br>
&gt;<br>
&gt; On 14/07/2013, k &lt;<a href="mailto:rrdh@gmx.net">rrdh@gmx.net</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt; basically it&#39;s the same problem this guy had<br>
&gt;&gt; <a href="http://stackoverflow.com/questions/11485122/non-template-dynamic-rules-in-drools" target="_blank">http://stackoverflow.com/questions/11485122/non-template-dynamic-rules-in-drools</a><br>
&gt;&gt; &lt;<a href="http://stackoverflow.com/questions/11485122/non-template-dynamic-rules-in-drools" target="_blank">http://stackoverflow.com/questions/11485122/non-template-dynamic-rules-in-drools</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; , but the links in that question don&#39;t work.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;d like to dynamically add rules to a running session, but can use<br>
&gt;&gt; &#39;eval&#39;<br>
&gt;&gt; only in the very first one. If I add a second rule like the following, it<br>
&gt;&gt; won&#39;t execute:<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;<br>
&gt;&gt; String test2 =<br>
&gt;&gt;   &quot;\nrule id4&quot; +<br>
&gt;&gt;   &quot;\nwhen&quot; +<br>
&gt;&gt;   &quot;\neval(0 == 0)&quot; + // if this eval is removed, &quot;done2&quot; is inserted<br>
&gt;&gt;   &quot;\nthen&quot; +<br>
&gt;&gt;   &quot;\ninsertLogical( \&quot;done2\&quot; );&quot; +<br>
&gt;&gt;   &quot;\nend&quot;;<br>
&gt;&gt;<br>
&gt;&gt; kbuilder.add(ResourceFactory.newByteArrayResource(test2.getBytes()),<br>
&gt;&gt; ResourceType.DRL);<br>
&gt;&gt; session.getKnowledgeBase().addKnowledgePackages(kbuilder.getKnowledgePackages());<br>
&gt;&gt;<br>
&gt;&gt; fired = session.fireAllRules();<br>
&gt;&gt; System.out.println(fired); // 0<br>
&gt;&gt; effects = session.getObjects();<br>
&gt;&gt; assertTrue(&quot;fired&quot;, effects.contains(&quot;done2&quot;)); // fails<br>
&gt;&gt;<br>
&gt;&gt; ---<br>
&gt;&gt;<br>
&gt;&gt; You can see the complete Test at <a href="http://codetidy.com/6206/" target="_blank">http://codetidy.com/6206/</a><br>
&gt;&gt;<br>
&gt;&gt; I&#39;m also not sure if this is the correct way to dynamically add rules, so<br>
&gt;&gt; please let me know, if there&#39;s a better way to add rules from strings.<br>
&gt;&gt;<br>
&gt;&gt; How can I dynamically add new rules to a running session and still use<br>
&gt;&gt; eval?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://drools.46999.n3.nabble.com/Dynamic-Rules-and-Eval-tp4024908.html" target="_blank">http://drools.46999.n3.nabble.com/Dynamic-Rules-and-Eval-tp4024908.html</a><br>
&gt;&gt; Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; rules-users mailing list<br>
&gt;&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;&gt;<br>
&gt;<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></div>