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]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to