Re: [rules-users] Drools Fusion: expiration

2012-05-28 Thread Matteo Cusmai
So, from documentation, does the explicit expiration work when we don't use time operator. Thanks, Matteo Cusmai Il giorno 29/mag/2012 08:20, "Wolfgang Laun" ha scritto: > This quote is from the current version of "Fusion": > > "The above example declares an expiration offset of 30 minutes for

Re: [rules-users] Drools Fusion: expiration

2012-05-28 Thread Wolfgang Laun
This quote is from the current version of "Fusion": "The above example declares an expiration offset of 30 minutes for StockTick events. After that time, assuming no rule still needs the event, the engine will expire and remove the event from the session automatically." The catch is, as you may h

[rules-users] Drools Fusion: expiration

2012-05-28 Thread Matteo Cusmai
Hi all, i have noticed a strange behavior, but i am not sure that i depend on drools or depend by my bad knowledge of it. I am using drools fusion and i have a lot of classes with role event. I have put them the expiration value to 5 minutes. >From my understanding, if i use explicit expiration, as