1. Using Spring AOP with Quartz scheduler stackoverflow.comI am using Quartz scheduler for scheduling purposes in my project. I need to gather statistics like when, for how long, and how many times a job was run. I want ... |
2. AOP & Quartz incompatibility? forum.springsource.orgAOP & Quartz incompatibility? I am having a problem where I am trying to apply an "Around" aspect to a method on a bean called by the Quartz, "MethodInvokingJobDetailFactoryBean", scheduler. IntelliJ ... |