Re: [rules-users] Two bugs(?) of drools 5.3

2011-12-30 Thread Edson Tirelli
By your description, they look like problems, so please open a ticket for them. Edson 2011/12/28 Miles Wen > Hi all, > I'm using drools 5.3.0.Final.And I think I found two possibly bugs: > > 1): drl compilation failed when encountering multiple continuous '!' > (a.k.a 'not' operator)s

[rules-users] Two bugs(?) of drools 5.3

2011-12-27 Thread Miles Wen
Hi all, I'm using drools 5.3.0.Final.And I think I found two possibly bugs: 1): drl compilation failed when encountering multiple continuous '!' (a.k.a 'not' operator)s.for example: rule "out" when Msg(!!!false) then end the code above won't compile, but 'Msg(!false)' compile