Are you using the latest (5.1.1) release?<br><br>Is the duplicated rule in another DRL file and does it have exactly the same name? If so, it simply overwrites the first rule.<br><br>If it&#39;s different, please create a JIRA with a minimized example reproducing the error.<br>
<br>-W<br><br><br><div class="gmail_quote">On 13 November 2010 14:12, balagh <span dir="ltr">&lt;<a href="mailto:bala.ganesh@accenture.com">bala.ganesh@accenture.com</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;">
<br>
Hi,<br>
<br>
 Below is the DRl used. When i have two different rules with the same below<br>
DRL, only one rule is getting executed. I could find that in my logs. If i<br>
change the line to Ransome(amr &lt;= 10) in any one of the rule, both of them<br>
are getting executed.<br>
<br>
I am having the rules in db and the execution trace log will have the rules<br>
no which gets executed<br>
<br>
   Rule &quot;rule -1&quot;<br>
     when<br>
         loose : Loose()<br>
         ransome : Ransome(amt == 6.15) from loose.getRansomeArray(0)<br>
         util : Util()<br>
    then<br>
        util.doIt(loose, &quot;Hello&quot;);<br>
   end<br>
<br>
<br>
Thanks,<br>
Bala<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Rules-selection-logic-tp1894132p1894257.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Rules-selection-logic-tp1894132p1894257.html</a><br>

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>
</font></blockquote></div><br>