1 Reply Latest reply on May 27, 2013 9:39 AM by luksa

    JBOSS 7.1.1 with upgraded weld 2.0

    veeramarni84

      Hello,

       

      I want to know whether JBOSS 7.1.1 works with Weld2.0. The reason i want to upgrade weld is to use latest CDI 1.1 which has the following specification implemented. How to upgrade to weld2.0 and i prefer to add using maven repository ? Have any one tested CDI events share between EAR modules?

       

      @ApplicationScoped beans shared between all EAR modules

      CDI implementations have not consistently shared @ApplicationScoped beans across all modules of an EAR. This issue heavily relates to Bean visibility. The CDI 1.1 specification will clearly state how @ApplicationScoped are shared.