55555555555555555555555555555555555
Type: Posts; User: kkkkrh; Keyword(s):
55555555555555555555555555555555555
<bean id="quartzDetail" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
<property name="targetObject" ref="thresholdMonitorService" />
<property...
nobody can help me?
after I just replace spring-2.5.6.jar to spring-2.0.8.jar,all errors gone,why? did I miss something important?
but it still has error,seems the problem between spring2.5 and quartz 1.6
error msg:
2009-01-17 23:20:20,340 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization...
haha ,I find the problem, I just add <aop:scoped-proxy/> to action define, it's works
applicationContext.xml config below:
<bean id="log" class="com.test.web.action.LogInfoTableAction">
<property name="logInfoTableService" ref="logInfoTableService"/>
</bean>
I used struts...
hi all, I am prepare to upgrade my web app from spring 2.0.8 to 2.5.6,everything works fine using spring 2.0.8,but when I replaced spring-2.0.8.jar with spring-2.5.6.jar and restart the web app,...