[rules-users] Agenda events in a Stateless session

David Boaz davidb at dbmotion.com
Wed Mar 4 10:13:36 EST 2009


Hi all,

Im trying to listen to the events fired during the evaluation of a stateless
session. I implemented org.drools.event.rule.AgendaEventListener. The events
fire as expected. From the event I can extract the Activation, the Rule and
the list of FactHandles. Now, from each FactHandle I want to retrieve the
associated fact (Object). For that, I need a WorkingMemory. But the WM
doesn't participate in the event signature. In addition, since Im using a
stateless session, the working memory does not exist until I execute()
method.

Can you please help?

Thanks, David
-- 
View this message in context: http://www.nabble.com/Agenda-events-in-a-Stateless-session-tp22332020p22332020.html
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list