Currently I am trying to inject a stateless EJB into a CDI managed controller on Jboss 6 AS Final. The controller is managed in the context an accessible from the JSF pages
The problem was, that I built and deployed my application as an ear. Weld is working when I deploy my application as an war including all EJBs.