113114115116117118119120121122123
if (config == null) return null; ConfigurationManagerLocal mgr = LookupUtil.getConfigurationManager(); config = mgr.mergeConfiguration(config); return config; }
207208209210211212213214215216217
} else { tokenProp.setStringValue(token); } ConfigurationManagerLocal mgr = LookupUtil.getConfigurationManager(); mgr.mergeConfiguration(preferences); } catch (Exception e) { log.error("Error while retrieving a token: " + e.getMessage()); throw e; }