Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0
-
None
Description
Right now shutting down a DataDomain or a Configuration does not shut down the EventManager (cause there is no way to do that). This results in all event threads still hanging around.
One particular case where this happens is a JNDIDataSourceFactory that loads info from preferences, leaving a bunch of unuse event threads. BTW this case may require update of HSQLEmbeddedPreferenceService.stopService() method to shut down Configuration instead f just domain.