Tag Archives: spring

Spring PropertyPlaceholderConfigurer within web and application context

I ran into an issue where I was attempting to load properties for a Spring 3.0 web application in both the application context configuration and the web application configuration.The configuration was initially defined as follows: applicationContext.xml Both the application context … Continue reading

Posted in Java, Spring | Tagged , , , , , | 2 Comments