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-tp4025617p4025631.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to