Hello everyone, In my scenario I have an EAR folder with inside an ejb module and 2 web applications. One is a normal web app while the other is a REST web application that uses Jersey. >From the REST application I want to inject some EJBs using @EJB annotation but this is not working. The strange thing is that if I try instead to use @EJB annotation from the servlets of the other web application it is working.
Is it possible that I'm doing something wrong or it is not possible to inject ejbs into RESTful resources at this stage? Thanks in advance, Luca
