[jboss-jira] [JBoss JIRA] (WFLY-3430) Recurring Timers are called concurrently

Dominik Pospisil (JIRA) issues at jboss.org
Fri Jun 20 04:35:24 EDT 2014


     [ https://issues.jboss.org/browse/WFLY-3430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Pospisil resolved WFLY-3430.
------------------------------------

    Resolution: Rejected


@Schedule annotation creates calendar type scheduler - not recurring (interval) one.

Recurring interval must be created using any of createIntervalTimer(...) methods of the TimerService interface.


> Recurring Timers are called concurrently
> ----------------------------------------
>
>                 Key: WFLY-3430
>                 URL: https://issues.jboss.org/browse/WFLY-3430
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: EJB
>    Affects Versions: 8.1.0.Final
>            Reporter: Carlos Barragan
>            Assignee: Stuart Douglas
>              Labels: timer
>
> According to https://docs.jboss.org/author/display/WFLY8/EJB+3+Reference+Guide recurring timers should not be executed concurrently.
> That is not the case. I don't think the current behavior is actually expected.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list