[rules-users] Rule activation when using from

wumb wumb at gameduell.de
Tue Mar 19 08:58:51 EDT 2013



Hi,

is there a way to make drools re-evaluate the LHS of a rule when using
from? What I try to achieve is, that following rule is evaluated for
every call of fireAllRules() :

global java.util.Calendar cal

rule "test"
when
     java.util.Calendar() from cal
then
     System.out.println("here we go");
end


Drools evaluates the rule only in the first call of fireAllRules().



Kind regards





More information about the rules-users mailing list