-
Bug
-
Resolution: Fixed
-
Major
-
2.0.0 M3
-
None
-
None
CachingComponent threads are created using the following statement:
Timer timer = new Timer("CachingComponent", false);
This prevents the JVM and especially Tomcat from exiting as there is at least one user thread.