users@glassfish.java.net

Make TimerBean NOT stop on exceptions/transaction-rollback

From: Per Steffensen <steff_at_designware.dk>
Date: Fri, 20 Aug 2010 10:54:22 +0200

Hi

I have a timerbean running in Glassfish 2.1.1. If I setRollbackOnly on
the transaction associated with the TimerBean Glassfish will stop
calling this TimerBean in the future. This is an ok feature, but cant
you prevent it from happening. That is, can I tell Glassfish to NOT stop
calling my TimerBean just because its transaction gets set to rollback
from time to time? How?

Regards, Per Steffensen