1. Spring context getting destroyed forum.springsource.orgSpring 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.orgHi, 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 ... |