Hi, i apology about my english.
I am trying with
EJB 3 technology. I have two ears applications, one of them is a web application and the other one is an application with remote EJBs, using EJB 3.0. I deploy them in the same server, Websphere 7, and they start succesfully. My
test is invoking EJBs through @EJB annotation and through "lookup", then, the web application has a
Servlet with a reference at EJB through @EJB annotation, and other reference at remote interface, i.e.
I have the following problem: When i start the applications all works fine, i get the EJB annoted and through jndi lookup, but when i restart or republish the ear containing web application, i get the EJB annonted and it works fine, but when i try to get the EJB through JNDI lookup i get the following error:
"org.icabanas.pruebaconcepto.facade._ProductoSessionFacade_Stub incompatible with org.icabanas.pruebaconcepto.facade.ProductoSessionFacade"
Any idea about what happen?
Thanks in advanced!