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

2007-08-31 Thread vdelbart
thanks, I try with the 4.0.1 release but no I have this error when I insert my fact : java.lang.NullPointerException at org.drools.reteoo.ReteTuple.get(ReteTuple.java:72) at org.drools.reteoo.ReteTuple.get(ReteTuple.java:107) at

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

2007-08-31 Thread vdelbart
Ok cool, it's working !! thanks a lot, vdelbart -- View this message in context: http://www.nabble.com/Execution-problems-with-%28or-and-%28and-tf4352997.html#a12426264 Sent from the drools - user mailing list archive at Nabble.com. ___

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

2007-08-30 Thread vdelbart
Hi, I have a problem with this execution : rule Your First Rule when (or not Venue() (and v:Venue() l:ListeSousVenue() p:Param())) then System.out.println(OK - 1); end rule Your Second Rule when (or not Venue() (and p:Param() l:ListeSousVenue()