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.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to