Thanks for your feedback.
I figured out what the issue was. I had a context in a jar that was included that specified a different PropertyConfigurer. I simply had to include the file that the...
Type: Posts; User: Nekoro; Keyword(s):
Thanks for your feedback.
I figured out what the issue was. I had a context in a jar that was included that specified a different PropertyConfigurer. I simply had to include the file that the...
I'm not loading mytest-servlet twice. I thought I may have been loading the applicationContext.xml twice, but that doesn't appear to be the case.
I have an application in which I am trying to use the PropertyPlaceholderConfigurer to filter application properties in 2 seperate *.xml files.
The 2 files are:
applicationContext.xml ...