I\'m looking for a better understanding of this problem. A workaround is pretty simple, namely move the configuration data to another class that does not have proxies/advic
In my case I solve that this way:
in spring-servlet.xml
before
i put this:
While strings.properties
file I put to src/main/resources/
.
Note: context:property-placeholder
tag has limited visibility so i have read somewhere recommendation to duplicate it in every context file, where you use strings from it.