[rules-users] Check if all activations has been fired for a rule

ravibhatt ravi at qubitdigital.com
Fri Oct 22 05:52:16 EDT 2010


thanks for the response Michael. I looked into your solution and this is not
working for me. 

I get a discouraged Access and when i try to remove that from
windows->preferences eclipse is unable to find entire org.drools package.

if i keep settings when i get discouraged access, activationCancelled method
is not visible. 

public class MyDefaultAgendaEventListener extends
org.drools.event.DefaultAgendaEventListener {

  @Override
  void activationCancelled(org.drools.event.ActivationCancelledEvent event )
{
    System.out.println(event.getActivation().getRule().getName() 
        + " cancelled");
  }
  
}
-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Check-if-all-activations-has-been-fired-for-a-rule-tp1709643p1751616.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list