[rules-users] OR operator affects how many times Rule's action is executed

sergey.olifirenko sergey.olifirenko at gmail.com
Mon Jun 8 08:39:11 EDT 2009


More simple example:


package continuated_rules

dialect "mvel"

rule "fire_twice"
	no-loop true
when
	eval(true) or eval(true)
then
	System.out.println("word");
end

output is:

word
word

why does it happens ? 

-- 
View this message in context: http://www.nabble.com/OR-operator-affects-how-many-times-Rule%27s-action-is-executed-tp23910106p23923259.html
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list