[utilities COMMIT] /spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java
noreply at shibboleth.net
noreply at shibboleth.net
Tue Mar 24 06:28:34 EDT 2015
Author: rdw
Date: Tue Mar 24 06:28:33 2015
New Revision: 780
URL: http://svn.shibboleth.net/view/utilities?rev=780&view=rev
Log:
IDP-663 Add an extra safety net at the bottom of the reloadable service stack. Log (at debug) a reload error there as well. Fix a couple of errors in service teardown.
Modified:
spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java
Modified: spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java?rev=780&r1=779&r2=780&view=diff
==============================================================================
--- spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java (original)
+++ spring-extensions/trunk/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java Tue Mar 24 06:28:33 2015
@@ -395,6 +395,7 @@
if (null != oldComponent) {
oldComponent.unloadComponent();
}
+ super.doDestroy();
}
/**
More information about the commits
mailing list