rstawarz
Mar 21st, 2006, 12:46 PM
I wanted to use the 'refresh' capabilities of the ApplicationContext in my WebApplication to propogate any property changes that may occur. I prototyped a quick application to test it out. I found that while the refresh is creating new beans, the DispatcherServlet is not picking up the updated handler/controller changes.
Has anyone else run into this?
Any ideas on how to make the DispatcherServlet reinitialize after the WebApplicationContext has been refreshed?
Has anyone else run into this?
Any ideas on how to make the DispatcherServlet reinitialize after the WebApplicationContext has been refreshed?