VIVO-452 LoggingRDFService may still require config properties after the main thread has shut down.
This commit is contained in:
parent
be4f867f1f
commit
56b8343088
1 changed files with 2 additions and 1 deletions
|
@ -267,7 +267,8 @@ public class ConfigurationPropertiesSetup implements ServletContextListener {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void contextDestroyed(ServletContextEvent sce) {
|
public void contextDestroyed(ServletContextEvent sce) {
|
||||||
ConfigurationProperties.removeBean(sce.getServletContext());
|
// No need to remove the bean. It's only a map of strings, and if we
|
||||||
|
// restart the app, it will be replaced.
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue