[rules-users] Execution problems with (or and (and

vdelbart delbart.v at mipih.fr
Thu Aug 30 08:41:51 EDT 2007


Ok, i will try.

For information, I found a workaround :

This two rules work :

rule "3 Rule"
when
(or
  (and v:Venue()
        l:ListeSousVenue()
        p:Param())
  not Venue()
)
then
  System.out.println("OK - 3");
end

rule "4 Rule"
when
(or
(and p:Param()
        l:ListeSousVenue()
        v:Venue())
  not Venue()
)
then
  System.out.println("OK - 4");
end
-- 
View this message in context: http://www.nabble.com/Execution-problems-with-%28or-and-%28and-tf4352997.html#a12406449
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list