[rules-users] Drools Guvnor-Decison Tables - Rule is not being fired!!! Please help

Davide Sottara dsotty at gmail.com
Mon Jul 16 23:32:10 EDT 2012


You could add an AgendaEventListener to your session (see also the manual for
listeners),
letting you execute callback code whenever a rule is activated/fires/etc...

The listener is actually an interface, I think there is at least one default
implementation which 
just logs debug code. Notice that a possibility for a listener is to insert
the callback events into
a (separate) session and use rules to process them ;)

Best
Davide


--
View this message in context: http://drools.46999.n3.nabble.com/Drools-Guvnor-Decison-Tables-Rule-is-not-being-fired-Please-help-tp4018701p4018725.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list