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