Description
It adds the ELResolver belonging to the BeanManager of the seam-solder.jar module, when in fact the user will want the ELResolver for the bean manager from their module/app.
public class ELResolverProducer
{
@Produces
@Composite
public ELResolver getELResolver(@Resolver Instance<ELResolver> resolvers, BeanManager beanManager)
}
Attachments
Issue Links
- is related to
-
CDI-23 Allow BeanManager to be resolved as though you were in another bean archive
-
- Closed
-