On 04/06/2013, mohan <[email protected]> wrote: > Hi laune, > > I was able to track the issue. I have found that rule fires two times > because I’m retracting InsufBalFailFact object which is having max (rental) > inside RHS. But i have placed "no-loop true" in rule but result was same.
Retract changes the sitation completely, and this can't be avoided using no-loop. > In my case I have generated a ReloadEvent and trigger "fireAllRules" only > once. How to restrict rule to fire only onetime? Which rule? -W > > Thanks. > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/filtering-object-having-max-value-tp4024055p4024103.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 _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
