[jboss-user] [EJB 3.0] - Re: @EJB DI in a servlet always null

wolfc do-not-reply at jboss.com
Fri Jul 28 14:56:37 EDT 2006


Please try:
InitialContext ctx = new InitialContext();
  | EILogin login = (EILogin) ctx.lookup("esLoginBean/remote");

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961619



More information about the jboss-user mailing list