Set/configure the EJB Timer Service’s DataSource

后端 未结 3 1890
野趣味
野趣味 2020-12-08 11:37

I\'m trying to use the Timer Service in EJB 3.1 in my app.

@Stateless
@LocalBean
public class StatelessTimerSessionBean {

    @Schedule(minute = \"*\", seco         


        
3条回答
  •  旧巷少年郎
    2020-12-08 12:25

    In JBoss/WildFly, you can follow these instructions:

    Mastertheboss.com: Creating clustered EJB 3 Timers
    Published: 08 March 2015

提交回复
热议问题