destroy « Context « Spring Q&A





1. Spring context getting destroyed    forum.springsource.org

Spring context getting destroyed Hi Everyone, I am facing a strange problem while starting my spring application. Whats happening is that Spring apparently automatically destroying the application context at the startup ...

2. How to properly destroy the application context    forum.springsource.org

Hi, I have an Application context extending AbstractXmlApplicationContext, that contains Hibernate connection. I want to be able to release all the memory held by this proces. I call destroy(), and set ...