[rules-users] prevent rule evaluation for certain rules while event insertion

2011-09-08 Thread Neel
Hi,I'm using Drools 5.3.0. I've a proprietary key-value based data store, where all the events are stored. As soon as an event is received, it is inserted in the session and the rules (example below) is fired: rule registration countno-loopdialect mvelwhen $e : Event(type == registration,

Re: [rules-users] prevent rule evaluation for certain rules while event insertion

2011-09-08 Thread Wolfgang Laun
An Event is either not counted yet, or already counted. If repeated counting is to be avoided during repeated insertion, store the counted property with the Event and write your rules accordingly. -W 2011/9/9 Neel neelesh...@yahoo.co.in Hi, I'm using Drools 5.3.0. I've a proprietary key-value