I am using jmx , Spring and Quartz to run and monitor jobs.
Currently i have two job running, My question is if there is some change in job.
can we just modify code, build jar and if you drop jar file, scheduler will pick it up changes without stopping scheduler and redeploying whole application.
I tried to reload context file, but then jmx is throws runtime Exception:Javax.management.RuntimeException:Error occurred in RequiredModelMbean.
Thank you


Reply With Quote
