// add the attribute...
attributes.put(attrEntry.getKey(), valueList);
}
// get the attribute descriptor from Spring...
IAdditionalDescriptors additionalDescriptors = (IAdditionalDescriptors) applicationContext.getBean(SESSION_ADDITIONAL_DESCRIPTORS_BEAN);
// add the new properties...
additionalDescriptors.addAttributes(attributes);
}