[jboss-jira] [JBoss JIRA] (WFLY-1468) Incorrect scheduling of Timers with hour range and minute interval
Pawel Tur (JIRA)
jira-events at lists.jboss.org
Fri Jun 7 02:43:55 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pawel Tur updated WFLY-1468:
----------------------------
Attachment: TimerIssue.java
Example source code reproducing the problem
> Incorrect scheduling of Timers with hour range and minute interval
> ------------------------------------------------------------------
>
> Key: WFLY-1468
> URL: https://issues.jboss.org/browse/WFLY-1468
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Environment: JBoss AS 7.1.1
> Reporter: Pawel Tur
> Assignee: jaikiran pai
> Labels: jboss
> Attachments: TimerIssue.java
>
>
> When trying to schedule execution of an EJB 3.1 timer e.g. with the following rule:
> Every 3rd of a month between 00:00 till 12:00 every 5 minutes starting from 03.06.2013. The execution time is calculated incorrectly.
> The first execution should be started on 03.07.2013 at 00:00, instead it starts at 03.07.2013 at 10:15, note: in the given example current time is 10:10. For some reason the TimerService takes into account the current locale time, although it should be irrelevant in such case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list