-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.3 SP1
-
None
org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy and subclasses uses a shared static java.util.Timer to schedule tasks.
The inner classes ValidContextRefresher, ResizerTask, OveragerTask & RemoverTask, which are TimerTask(s), need to make sure that exceptions do not propagate from the run() method, since this can kill the shared timer.
- is related to
-
JBAS-2773 LRUEnterpriseContextCachePolicy should be updated to use org.jboss.util.TimerQueue instead of java.util.Timer
- Closed