Is invoking getEJBObject or getEJBLocalObject allowed in message-driven bean methods?
I looked at the EJB specifications and it doesn't mention this although it does mention that "Invoking getEJBHome or getEJBLocalHome is disallowed in message-driven bean methods".