<P>
Hi all.<BR>
I have this question on drools rules and I'm not sure if this<BR>
is the right thinking?<BR>
I have a rule defined in a drl file:<BR>
when&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; <BR>
&nbsp; &nbsp; c: Emp_Crime_Record(DISPOSITION == &quot;GUILTY&quot;);&nbsp; &nbsp; <BR>
then <BR>
&nbsp; &nbsp; System.out.println(&quot;CriminalRecordRule fired...&quot;);<BR>
end<BR>
<BR>
Here, if the table &quot;Emp_Crime_Record&quot; is got 5 rows that satisfy this condition ie:- DISPOSITION == &quot;GUILTY&quot;, then does this rule get fired<BR>
5 times? Ie:- the sop gets printed 5 times?<BR>
<BR>
For this, if there are a million records that satisfy this condition - then the firing happens a million times?<BR>
<BR>
I would be greatful if this can be clarified?<BR>
Thanks a million!&nbsp; :)<BR>
<BR>
-Promod<BR>

</P>


<br><br>