This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Spring and the fly likes Spring + JDK time Scheduler + need help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring + JDK time Scheduler + need help" Watch "Spring + JDK time Scheduler + need help" New topic
Author

Spring + JDK time Scheduler + need help

Raza Mohd
Ranch Hand

Joined: Jan 20, 2010
Posts: 247

hi all,

In my application i am using using Timer sheduling of Spring. I am interested to run the timer task on daily basis.

On the Jboss startup my sheduled timer task is running fine.
but what if Jboss is Already running. so there will be no start up .And then how will delay work if there is ther server is already running.

So how to run the timer even if Jboss is already running ?




This is my applicationContextProperties.xml



please help me.


Thanks
Raza!

Good luck!!
A small leak can sink a Gigantic ship.>
Raza Mohd
Ranch Hand

Joined: Jan 20, 2010
Posts: 247

I find no answer regarding that.

i need to deploy application on a running Jboss.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Spring + JDK time Scheduler + need help
 
Similar Threads
Spring Timer Help required
Scheduling issue
Spring Timer Help required
Urgent : Scheduling jobs using Quartz or Timer.
Spring configuration for Testing JMS using Junit