[jboss-user] [Beginners Corner] - Re: Unresolved references exist in JBossWebMetaData

jaikiran do-not-reply at jboss.com
Fri Jul 24 11:24:41 EDT 2009


anonymous wrote : @EJB(mappedName = "NewtDao")
  | public static NewtDaoRemote facade; 

What is NewtDaoRemote? I don't see it being mapped as a remote interface for the bean and neither do i see the JNDI binding for that. 

If it was the local interface, here's what you would do to inject it:

@EJB(mappedName = "NewtDao/local")
  | public NewtDaoLocal facade; 

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

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



More information about the jboss-user mailing list