featureFactory = svcCtx.getPluggableFeatureFactory();
// see if there were any non reconfigurabled changes
NotificationFactory nFactory =
featureFactory.getNotificationFactory();
RestartEventHelper helper = nFactory.createRestartEventHelper();
helper.setRestartRequiredForTarget(context, changeList);
}
stack.resetEvents();
return;