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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...