Hi, should it actually be possible to overwrite a bean with a alternative named bean?
e.g ->
@Named public class A
with a activated
@Named("a") @Alternative public class A extends B
This somehow just works randomly. Every X container startup, the right bean
will be used with EL.
Thanks.
Regards,
Thomas
