// in order for it to pick up the changes immediately. Any other servers in the HA Server Cloud
// will pick up these changes later, when they scan for changes in the database.
// Note that if the plugin is disabled, don't bother since the plugin isn't really running anyway.
if (plugin.isEnabled()) {
// enabling an already enabled plugin forces the plugin to reload
serverPlugins.enableServerPlugins(subject, getPluginIdList());
}
FacesContextUtility.addMessage(FacesMessage.SEVERITY_INFO, "Configuration settings saved.");
} catch (Exception e) {
// log.error("Error updating the plugin configurations.", e);