i have my rule as
rule AssignSomething
no-loop true
when
$ao:AssertionObject()
$ssc:String() from getSSC(getRecordData($ao,"stationNo"))
eval(!($ssc==null))
then
modify($ao){setBillingRecord("posId",$ssc);}
info(BillingRecordHelper.SSCPOC_ASSIGNED_INFO,log);
end
Here i am setting values for the assertionobject in my rhs. Even when
no-loop is true, this goes into an infinite loop.
what am i doing wrong?
thanks
Abarna
--
View this message in context:
http://www.nabble.com/rules-getting-fired-in-an-infiniteloop-even-when-no...
Sent from the drools - user mailing list archive at
Nabble.com.