git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2609
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<constructor-arg value="600000" />
</bean>
- <!-- Spring configuration file that boostraps OpenSAML -->
+ <!-- Spring configuration file that bootstraps OpenSAML -->
<bean id="shibboleth.OpensamlConfig" class="edu.internet2.middleware.shibboleth.common.config.OpensamlConfigBean" depends-on="shibboleth.LogbackLogging">
<constructor-arg>
<list>
}
/** {@inheritDoc} */
- protected void newContextCreated(ApplicationContext newServiceContext) {
+ protected void onNewContextCreated(ApplicationContext newServiceContext) {
log.debug("{}: Loading new configuration into service", getId());
Lock writeLock = getReadWriteLock().writeLock();
writeLock.lock();