diff --git a/modules/quartz/src/main/java/org/jpos/q2/QuartzAdaptor.java b/modules/quartz/src/main/java/org/jpos/q2/QuartzAdaptor.java index fe6fcd4744..0dfb7a7d6a 100644 --- a/modules/quartz/src/main/java/org/jpos/q2/QuartzAdaptor.java +++ b/modules/quartz/src/main/java/org/jpos/q2/QuartzAdaptor.java @@ -85,6 +85,8 @@ protected void initService() throws Exception { Logger.log(evt); } protected void startService() throws SchedulerException { + scheduler.getListenerManager() + .addTriggerListener(this); scheduler.start(); } protected void stopService() throws SchedulerException {