Inject a stateless EJB with @Inject into CDI Weld ManagedBean (JSF 1.2 EJB Application on jboss 6 AS)

后端 未结 3 552
栀梦
栀梦 2020-12-15 12:28

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

3条回答
  •  伪装坚强ぢ
    2020-12-15 13:08

    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.

提交回复
热议问题