/* */ {
/* 441 */ this.log.trace("Attempting to remove; ctx=" + ctx);
/* */ }
/* */
/* 445 */ SessionBean bean = (SessionBean)ctx.getInstance();
/* 446 */ bean.ejbRemove();
/* */
/* 448 */ if (trace)
/* */ {
/* 450 */ this.log.trace("Removal complete; ctx=" + ctx);
/* */ }