Usually when you modify or insert inside the RHS then you open the door to
recursion.
e.g.
rule loop
when
not Object()
then
System.out.println("Hi");
insertlogical(new Object());
end
--
View this message in context:
http://drools.46999.n3.nabble.com/What-are-Recursion-Rules-Any-example-tp...
Sent from the Drools: User forum mailing list archive at
Nabble.com.