/* 354 */ appendPreExceptionTag(buffer, "Failed to get ejbs in module", t);
/* */ }
/* */
/* 357 */ for (Iterator iter = containers.iterator(); iter.hasNext(); )
/* */ {
/* 359 */ Container con = (Container)iter.next();
/* 360 */ Object on = con.getJmxName();
/* 361 */ ejb2Ids.add(on);
/* */
/* 366 */ Thread.currentThread().setContextClassLoader(con.getClassLoader());
/* 367 */ String bean = con.getBeanMetaData().getEjbName();
/* 368 */ openContextTag(buffer);
/* 369 */ appendBeanTag(buffer, bean);
/* 370 */ Context context1 = (Context)ENCFactory.getEncById().get(on);
/* 371 */ if (context1 == null)
/* */ {