When testing the SchedulableExample we notice a delay of 2 hours. I just can guess 
why, but do not absolutely understand why.

We want a job to run daily at certain time. Therefore we set the SchedulePeriod to 
86400000 and the InitialStartDate defines the delay to midnight. 
The settings are:
  
    true
    org.jboss.varia.scheduler.example.SchedulableExample
    Schedulabe Test,12345
    java.lang.String,int
    33600000
    86400000
    -1
  

Further we do have  the TimeZone:
sun.util.calendar.ZoneInfo[id="Europe/Zurich",offset=3600000,dstSavings=3600000,useDaylight=true,transitions=121,...

The reasons for the delay may be:
Day light saving 
deviation to GMT of one hour

Any ideas?

Do we have to adjust the settings after each day light change manually?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831538#3831538

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831538


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to