throw new LbReaderException(msg, ce);
}
LocationHelper lhelper = new LocationHelperImpl(_configCtx);
if (bean instanceof WebModule) {
WebModule wMod = (WebModule) bean;
if ( ( wMod != null) &&
( wMod.getObjectType().equals( IAdminConstants.USER))) {
String l =lhelper.getSunWebXmlPathForModule(wMod.getName());
WebModuleReader wr = new WebModuleReaderImpl(_configCtx,
refs[i], bean, createSunWebApp(l));
list.add(wr);
}
}else if(bean instanceof EjbModule) {