Results 1 to 2 of 2

Thread: scheduled task doesn't trigger

  1. #1
    Join Date
    Dec 2010
    Posts
    1

    Default scheduled task doesn't trigger

    I have a component annotated with @Component with scheduled method, and the method never called at the scheduled time

    need help

  2. #2

    Default

    Do you have the right beans configured in your context?

    Code:
    	<task:annotation-driven scheduler="schedulerPool" />
    	<task:scheduler id="schedulerPool" />
    You might also want to have a look at the webinar about spring integration:
    http://www.springsource.com/webinar/...tecture-spring

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •