In a Spring 4 application, we are extending PropertySourcesPlaceholderConfigurer to do some custom task during resolving properties.
PropertySourcesPlaceholderConfigurer
To reg
I had the same problem, my problem was fixed simply with placing the bean of my class in my Springbeans.xml file like below:
Springbeans.xml