I have a similar problem. I added the jboss-ejb3x.jar and still can't import 
javax.ejb.EJB (Eclipse says that "The import javax.ejb.EJB cannot be 
resolved"). Any ideas?


  | import javax.ejb.EJB;
  | 
  | public class LoginServlet extends HttpServlet {
  | 
  |     @EJB 
  |     UserManager userManager;
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978437#3978437

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978437
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to