You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ext MangoContextListener moved to ScadaContextRefreshedEvent, after initialized spring dispatcher servlet, destroy context moved to ScadaContextClosedEvent, removed MangoContextListener in web.xml; Created GetSecurityBeans; def databaseSource moved to applicationContext.xml from spring-security.xml; highestAlarmLevelServiceWithCache disabled lazy-init; BasePooledAccess.initializeImpl(String propertyPrefix, String dataSourceName) databaseSource using from Spring container; DataPointRT - created fields dataPointServiceWebSocket, pointValueService; EventManager - created fields userEventServiceWebsocket, eventsServiceWebSocket; deprecated: User.valueBound moved to AuthenticationUtils, User.valueUnbound moved to ScadaHeaderWriterLogoutHandler, ApplicationBeans.Lazy; HighestAlarmLevelServiceWithCache - changed init method, removed @PostConstruct on init(), initialized in MangoContextListener; corrected tests: ConfigDataPointRtTest, ScriptExecutorTest, ScriptTest, ScriptWithObjectContextEnableDisableDataPointTest, ScriptWithObjectContextEnableDisableDataSourceTest, ScriptWithObjectContextWriteDataPointTest, RuntimeManagerCreateDataPointRtTest, ButtonComponentTest, ScriptComponentTest and MockUtils, ScriptTestUtils;
Description
When shutting down the application, an exception appears: IllegalStateException BeanFactory not initialized or already closed.
The text was updated successfully, but these errors were encountered: