Hi,
I am trying to inject
EJB (weblogic 11g) onto
jsf 2.0 managed beans. The deployment fails complaining -- "the ejb-ref does not have an ejb-link and the JNDI name of the target bean has not been specified. Attempts to automatically link the ejb-ref to its target bean failed because no EJBs in the application were found to implement the XXXXX interface. "
The same thing works with glassfish v3 though.
Somewhere in a blog, I read that including wls.jsf.di.jar in the library would fix the problem . However, it hasn't helped me so far.
Any direction would be appreciated.
Thanks