I\'m using Spring 2.5.6. I have a bean whose properties are being assign from a property file via a PropertyPlaceholderConfigurer. I\'m wondering whether its possible to ha
You might try to use a custom scope for the bean that recreates beans on changes of the properties file. See my more extensive answer here.