[rules-users] Why this rule fires immediately ?

eskomk esko.hujanen at ebsolut.fi
Wed Oct 19 06:28:22 EDT 2011


Hi all,

Sorry, the first rule should read:

when
    $mds : ZZZSensorBean(temperature > 30)
    not ZZZTracker(profileID == $mds.profileID)
then
    ZZZTracker $tracker = new ZZZTracker();
    $tracker.profileID = $mds.profileID;
end

br Esko

--
View this message in context: http://drools.46999.n3.nabble.com/Why-this-rule-fires-immediately-tp3430427p3433905.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list