To be very clear: CDI does not work with the project as it is attached.
If instead of @RequestScoped I annotate my resource with @ManagedBean, then not only is the EJB injected properly (!) but so is the "control group" CDI resource. It appears that without @ManagedBean, no resource injection of any kind--CDI, EJB or otherwise--occurs; with it, it appears that all resource injection occurs.
Thoughts? This is getting crazy.
Best,
Laird
[Message sent by forum member 'ljnelson']
http://forums.java.net/jive/thread.jspa?messageID=474391