Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4-M2
-
None
-
None
-
RHEL6
Description
When PropertyPlaceholderConfigurer is configured in the applicationContext.xml, it results in unresolved property error during the context initialization due to another property-placeholder with unset location. It should either set the right location or use ignoreUnresolvablePlaceholders property to let other PropertyPlaceholderConfigurer wot work.
Please see attached patch.
Thanks