Folks;
maybe an obvious thing I ran into: Having a Spring/MVC based webapp built against a couple of backend services being stateless EJBs, things work pretty good - except for having the backend application redeployed without redeploying the webapplication as well, which then is likely to cause any EJB calls end up in NoSuchEJBException's being thrown. Somehow I am not surprised to see this happen (given the EJB references obviously are injected along with the Spring application context startup), still the question: Is there a way to, in such a setup, avoid having to redeploy the webapp as well?
TIA and best regards,
Kristian


Reply With Quote

