[rules-dev] recursion checking util

Mark Proctor mproctor at codehaus.org
Sat Dec 8 22:11:49 EST 2007


I've been getting requests for a testing tool that checks for recursion, 
and exits the test if its detected. Any takers fancy having a go at 
this? Mostly its just an event model thing, bit like the audit view. But 
as recursion is not just about rule recursion, but Activation recursion 
too (i.e. rule recursion with the same data), you'll need to create a 
stack of rules and tuples, and check against that stack for possible 
recursions. Should be fun :)

Mark



More information about the rules-dev mailing list