Estanislao Musulin wrote:
java.lang.UnsupportedOperationException: stateful bean doesn't support TimerService (EJB3 18.2#2)]
Like the message says, as per EJB3 spec, timers cannot be created for stateful session beans. You can use timers with stateless, singleton and message driven beans.