JBoss Community

Re: @Schedule on Stateless EJB 3.1 on JBoss 6.0 Final

created by Roger Lee in EJB3 - View the full discussion

Thanks.

 

I did try that in all my permutations.

 

Have added it back and it still sits there, not executing the method.

 

/**

  * publishToDevice

*/

@Schedule(second = "*", minute = "*/1", hour = "*", persistent=false)

public void publishToDevice(Timer timer) {

    log.info(">>>>> publishToDevice= " + Calendar.getInstance().getTime());

}

Reply to this message by going to Community

Start a new discussion in EJB3 at Community