[rules-users] Problem with or condition

2011-01-24 Thread Ayush
Hi, I'm getting problem while executing rule with or condition. My rule is like MyEvent () from entry-point MyStream Number($objCountForOne : doubleValue) from accumulate( MyEvent(prop1 == "One") over window:time(1m) from entry-point MyStream,count()) eval($objCountForOne > getMyNodeCount()*0.35)

Re: [rules-users] Problem with or condition

2011-01-24 Thread Ayush
Formatting the rule in above post MyEvent () from entry-point MyStream Number($objCountForOne : doubleValue) from accumulate( MyEvent(prop1 == "One") over window:time(1m) from entry-point MyStream,count()) eval($objCountForOne > getMyNodeCount()*0.35) or MyEvent () from entry-point MyStream Numb