I am trying to prevent my EJB timers from being persisted across JBoss restarts by using the jboss.xml deployment descriptor. For some reason I can't seem to get this working. Was anyone able to specify the below in their jboss.xml and stop the timer persistence?
<ejb-name>bean_name</ejb-name> <timer-persistence>false</timer-persistence> I would rather not have to change the mbean setting to NoopPersistencePolicy. Instead, I want to be able to turn off timer persistence from the EAR itself. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208254#4208254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4208254 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user