// childList.remove(bean);
AbstractJBossConfigBean b = ((AbstractJBossConfigBean) bean);
Object o = xpaths.get(b.getPath());
if (o == null) {
throw new BeanNotFoundException("Not Found");
}
children.remove(bean);
xpaths.remove(b.getPath());
b.death();
}