Re: [rules-users] Detecting two instances of the same event with Fusion Rules

2010-05-26 Thread Wolfgang Laun
But $that : Thing(...) Thing( this != $that,...) is the standard way of ensuring that a pattern matches two distinct objects of the same class, and there is no reason why you shouldn't be able to use it with not as well: $that : Thing(...) not ( Thing( this != $that,... ) ) "Given

[rules-users] Detecting two instances of the same event with Fusion Rules

2010-05-25 Thread Georg Maier
Hi, I'm new to Drools and currently trying to implement some examples using CEP / Fusion. I got stuck on a problem to which I can't find any solution in the online documentation, so I'm hoping for your help. I'm trying to write a rule, which is activated whenever a certain event occurs and no