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. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
