javax.ejb.NoSuchEJBException after redeploying EJBs
- by vetler
Using Glassfish 3.0.1 ... If I have a web application accessing EJBs in another application remotely, and the remote application containing the EJBs is redeployed, I get a javax.ejb.NoSuchEJBException (see stacktrace below).
Shouldn't this work? I can see that the EJB in question was successfully deployed, using the exact same JNDI name.
Is…