I've had the same issue (mentioned in the "avoid loops" thread), and I solved it by setting each rule that needed to only be fired once to have its own activation-group (activation-group name = rule name). It would then be fired only once (although, it would be activated many, many times).
I don't know if this is going to cause problems with a large amount of rules though, feels like a work-around. A. --- On Fri, 7/16/10, Mark Proctor <[email protected]> wrote: > From: Mark Proctor <[email protected]> > Subject: Re: [rules-users] lock-on-active, why keeps evaluating? > To: [email protected] > Date: Friday, July 16, 2010, 2:40 PM > On 16/07/2010 22:07, mmarmol > wrote: > > The enabled meta-data works in the same way, rules get > evaluated they just > > wont get executed. > you can physically remove the rule if it's no longer needed > and you > think it's taking up evaluation space. > > Mark > > _______________________________________________ > 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
