Spring: Be careful when using PropertyPlaceholderConfigurer

Spring: Be careful when using PropertyPlaceholderConfigurer
A word on PropertyPlaceholderConfigurer A few days back one of my juniors came to me and said that when he test his modules separately in JUnit that worked perfectly but when the modules were deployed in Server as a unit, Server fails to start. So...