[jboss-user] [EJB3] - Re: @Schedule on Stateless EJB 3.1 on JBoss 6.0 Final

Roger Lee do-not-reply at jboss.com
Sun Aug 21 16:48:55 EDT 2011


Roger Lee [http://community.jboss.org/people/NOTiFY] created the discussion

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

To view the discussion, visit: http://community.jboss.org/message/622013#622013

--------------------------------------------------------------
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
[http://community.jboss.org/message/622013#622013]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110821/c866c21f/attachment.html 


More information about the jboss-user mailing list