I\'ve defined a map in spring as such:
Seems like your @Qualifier(value = "AdditionalParams") is not working.
Try using the map by following annotation :
@Resource private Properties AdditionalParams;
and keeping your applicationContext.xml file intact.