You can add something like

rule "rulename"
when
    ...
then
    System.out.println("rulename");
end

in the "then"clause.



2010/4/30 Puneet duggal <duggalpu...@gmail.com>

> hello all
> plz reply  to my question ......
>
>
> On 4/29/10, Puneet duggal <duggalpu...@gmail.com> wrote:
>>
>> hi all,
>>
>> I  am new to drool business rules ,
>> i have a web application in which i have 100 rules
>> so i want to know  which rules are going to be
>> executed based on the facts i suppilied .
>> my drl files is loaded  at run time from database.
>>
>> thanks
>>
>>
>
>
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to