On 16/09/2013, Sonata <[email protected]> wrote: > Hi, I have been adding AgendaEventListener to any newly created ksession. > Once the session disposed, will have to add again to the next ksession. > > Is there a way (like an option or config) to set the listener to the kbase, > so that all the ksession coming from that kbase has this listener by > default?
No, there isn't, and there are good reasons not to add it. If I had this requirement, I'd probably implement a Proxy for KnowledgeBase with the added functionality of maintaining the listeners and doing the required magic when a new session is created from the Knowledge Base. -W > > Thank you > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Any-way-to-make-an-AgendaEventListener-always-attach-to-any-ksession-from-the-same-kbase-tp4025964.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
