|
This seems relevant here - https://issues.jboss.org/browse/CDI-129. ApplicationScoped in the context of CDI and EAR applications is indeed a cope across all modules. AFAICT from this issue there seems to be a need for another scope. Something along the lines of @ModuleScoped.
|