7 Replies Latest reply on Aug 10, 2015 5:32 PM by ulkgun

    @Inject in @FacesComponent

    ulkgun

      Hello,

       

      We have CDI beans injected in custom components in JSF. In Wildfly 8.2 these were injected properly but after upgrading 9.0 they are not injected anymore.

      The issue is similar to How to execute an action when the custom composite component but it is old and Seam related.

      I found out it should not be injected and there efforts in JSF 2.3 to make @FacesComponents valid injection targets.

       

      My question is why it was working in 8.2 ? Was it by mistake or was it dropped on purpose?

       

      Thanks