Hello everybody! I'm trying to implement Quartz framework into Appfuse. I'm following the steps from Spring Reference (http://static.springsource.org/spring/docs/2.5.x/reference/scheduling.html#scheduling-quartz ) But never the jobs are executed, I tried to add jobs without Spring and this run well.
Why my jobs don't run with Spring? Thanks in advance Mauri!