/* 1107 */ this.log.debug("Begin java:comp/env for EJB: " + beanMetaData.getEjbName());
/* 1108 */ ClassLoader tcl = SecurityActions.getContextClassLoader();
/* 1109 */ this.log.debug("TCL: " + tcl);
/* */
/* 1111 */ ORB orb = null;
/* 1112 */ HandleDelegate hd = null;
/* */ try
/* */ {
/* 1115 */ orb = (ORB)this.server.getAttribute(ORB_NAME, "ORB");
/* 1116 */ hd = (HandleDelegate)this.server.getAttribute(ORB_NAME, "HandleDelegate");
/* */ }