Set/configure the EJB Timer Service’s DataSource

后端 未结 3 1886
野趣味
野趣味 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:26

    That sounds like the glassfish-3.1.2.2 does not support EJB3, try to use jboss 7.

    http://docs.oracle.com/cd/E26576_01/doc.312/e24939/release-notes.htm

提交回复
热议问题