839840841842843844845846847848849
// reconfigure the component try { serviceComponent.reconfigure(); } catch(ConfigurationException e) { String msg = "Reconfiguring failed : " + serviceComponent.getShorthand(); this.getLogger().error(msg,e);
567568569570571572573574575576577
); try { serviceComponent.setConfiguration(serviceComponentConfiguraton); serviceComponent.reconfigure(); } catch(Throwable t) { String msg = "Reconfiguring of " + serviceComponent.getShorthand() + " failed"; this.getLogger().error(msg);
543544545546547548549550551552553
845846847848849850851852853854855