return (DConfigBeanRoot) configBeans.get(dd.getFilename());
}
// Not found, so create it. (lazy initializing)
if (dd.getFilename().equals("WEB-INF/web.xml")) {
DConfigBeanRoot retval = new WarConfigBeanRoot(dd, deployable);
configBeans.put(dd.getFilename(), retval);
return retval;
}
// if they give us some other standard bean, return the jboss specific