How can I enable Java Remote debugging using quartz with spring framework?
I have an application that uses Spring-Batch and its jobs are launched through Quartz.
The prob开发者_如何学运维lem is that my application starts using the debugging mode on, I have set some breakpoints but my application never stops on my breakpoints.
I have tested the ports, also enabled the debug on suspend mode so I can confirm that my app is connected well to the debug port.
On the other hand, I have tested my other applications that use spring-core and everything work fine, the only problem is in my app that use spring-batch and quartz which the debugger doesn't work.
Does anybody know what is happening? Why the debugger doesn't stop on my breakpoints? Do I have to configure anything in Quartz or spring-batch to allow debugging?
Thanks a lot in advance
精彩评论