ServerServices serverServices = this.configuration.getServerServices();
if (serverServices != null) {
try {
ConfigurationServerService configServerService = serverServices.getConfigurationServerService();
result = configServerService.persistUpdatedPluginConfiguration(resource.getId(), updatedPluginConfig);
} catch (Exception e) {
log.error("Failed to sync-to-Server new plugin configuration for [" + resource + "]");
}
} else {
if (log.isDebugEnabled()) {