Search:

Type: Posts; User: kkkkrh; Keyword(s):

Search: Search took 0.01 seconds.

  1. 55555555555555555555555555555555555

    55555555555555555555555555555555555
  2. Replies
    1
    Views
    1,493

    View Post

    <bean id="quartzDetail" class="org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean">
    <property name="targetObject" ref="thresholdMonitorService" />
    <property...
  3. nobody can help me?

    nobody can help me?
  4. after I just replace spring-2.5.6.jar to...

    after I just replace spring-2.5.6.jar to spring-2.0.8.jar,all errors gone,why? did I miss something important?
  5. but it still has error,seems the problem between...

    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...
  6. haha ,I find the problem, I just add...

    haha ,I find the problem, I just add <aop:scoped-proxy/> to action define, it's works
  7. applicationContext.xml config below:

    applicationContext.xml config below:

    <bean id="log" class="com.test.web.action.LogInfoTableAction">
    <property name="logInfoTableService" ref="logInfoTableService"/>
    </bean>

    I used struts...
  8. Spring 2.0 upgrade to 2.5,RequestContextListener added,still error

    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,...
Results 1 to 8 of 8