839840841842843844845846847848849
ac.resetComponentProperties(new AbstractComponent.ResetPropertiesTransaction() { @Override public void perform() { Updatable updatable = ac.getCapability(Updatable.class); updatable.notifyStale(); } }); LOGGER.debug("{} updated", c.getComponentName()); } }