Re: [rules-users] Infinite loop in rule condition matching

2011-03-10 Thread Sartaj Shaik
hat depend on it to be re-evaluated. Use with care!). This was checked unintentionally, hence every time it is going to the same rule. From: Michael Anstis To: Rules Users List Date: 03/10/2011 10:34 PM Subject: Re: [rules-users] Infinite loop in rule condition matching Sent by: rules-users-b

Re: [rules-users] Infinite loop in rule condition matching

2011-03-10 Thread Michael Anstis
Without seeing the rules it would be very hard to determine what causes your issue. "Infinite loops" normally imply there is some degree of circularity between rules. Can you please provide a self contained test case or your rules (DRL form, preferential). Thanks 2011/3/10 Sartaj Shaik > > Hi

[rules-users] Infinite loop in rule condition matching

2011-03-10 Thread Sartaj Shaik
Hi, I have written some rules in Decision table (Web-guided editor), and I have implemented the AgendaFilter to fire rules that ends with the rule name specified (EndAgendaFilter) here is the accept method I have written. When I fire the rules ends with some "X", this accept method goes int