diff options
Diffstat (limited to 'BKULocal/src/main/webapp')
-rw-r--r-- | BKULocal/src/main/webapp/WEB-INF/applicationContext.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml index f85479cb..62590257 100644 --- a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml @@ -191,5 +191,10 @@ </map>
</property>
</bean>
+
+ <!-- Shutdown Event handler -->
+ <bean id="shutdownHandler" class="at.gv.egiz.bku.spring.ShutdownHandler">
+ <property name="bindingProcessorManager" ref="bindingProcessorManager" />
+ </bean>
</beans>
\ No newline at end of file |