[Help] Need to debug a spring batch app using quartz
Hello guys, this is my first post in spring forums.
I need to debug an application developed with spring batch that uses quartz to run some jobs.
The application starts running an ant script which is already configured to run in debug mode.
On the other hand, once the application is up and running I set in eclipse a couple of breakpoints to watch the application flow. The debugger is connected properly to the jvm in the port I already set and everything seem to be fine... but the problem is that the application finishes to run and never stops on a breakpoint.
So, my question is... how can I do to make the debugger work with spring batch and quartz? I have validated the debugger, ant configuration, jvm and everything is ok because I can debug other application part which doesn't run spring batch neither quartz.
Any idea?
Thanks a lot in advance!