/* */ {
/* */ try
/* */ {
/* 500 */ AllowedOperationsAssociation.pushInMethodFlag(IN_EJB_REMOVE);
/* 501 */ EntityBean eb = (EntityBean)ctx.getInstance();
/* 502 */ eb.ejbRemove();
/* */ }
/* */ catch (Exception e)
/* */ {
/* 506 */ if ((e instanceof RemoveException))
/* */ {