"containers.mdb.invocation_exception", new Object[] {
appEJBName_, invocation.exception.toString() });
_logger.log(Level.SEVERE, invocation.exception.getClass()
.getName(), invocation.exception);
EJBException ejbEx = new EJBException();
ejbEx.initCause(invocation.exception);
throw ejbEx;
}
}
return result;