-
Type:
Defect
-
Resolution: Done
-
Priority:
Minor
-
Affects Version/s: None
-
Component/s: Codebase
-
None
For some reason Spring is not firing ContextStartup events. As a result we are logging at ContextRefresh events, this happens multiple times during tomcat initialization resulting in multiple log statements. Need to determine if Spring will fire singular context events. There is a temporary variable in place to work around this.