[jboss-user] [EJB 3.0] - Re: @Local Local cannot be resolved to a type.

myfmelo do-not-reply at jboss.com
Mon Oct 16 01:41:00 EDT 2006


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



More information about the jboss-user mailing list