ConfigContext configContext = event.getConfigContext();
ConfigContext adminConfigCtx =
AdminService.getAdminService().
getAdminContext().getAdminConfigContext();
Config config = ServerBeansFactory.getConfigBean(adminConfigCtx);
ConfigDelete configDel = null;
ArrayList<ConfigDelete> configChangeList = event.getConfigChangeList();
ManagementRule rule = null;
String xpath = null;
Object object;
for (int i=0; i < configChangeList.size(); i++){
configDel = configChangeList.get(i);
xpath = configDel.getXPath();
if (xpath != null){
_logger.log(Level.INFO, "sgmt.reconfig_handledelxpath",xpath);
object = oldConfigContext.exactLookup(xpath);
if (object instanceof Action) {
//handle action removal - noaction