首页

发表评论

 

Re: 在Spring中使用Quartz任务调度支持集群

大侠,我终于搞出来了。没有用那个ContextUtil 而是在xml file里面加一句: <bean id="Scheduler" class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="configLocation" value="WEB-INF/quartz.properties" /> <property name="applicationContextSchedulerContextKey"><value>applicationContext</value></property> <property name="triggers"> <list> 然后在SysScheduleManagerImpl.java里: ApplicationContext ctx = (ApplicationContext) context.getScheduler().getContext().get("applicationContext"); Object otargetObject=ctx.getBean(targetObject);

Re: 在Spring中使用Quartz任务调度支持集群


标题
正文
HTML : b, strong, i, em, blockquote, br, p, pre, a href="", ul, ol, li, sub, sup
OpenID Login
姓名
电子邮件
网站
记住我 是  否 

电邮地址不会公开在网页上,您留下的电子邮件仅用于本文有新评论时通知您(以后可以随时拿掉)。