Re: Alternative + Named

2013-10-30 Thread Mark Struberg
: Alternative + Named Thanks but IMO this is quite complex for such a normal requirement. Is there any chance to discuss this with the expert group? Maybe we could implement in OWB after a successful discussion. 2013/10/29 Mark Struberg strub...@yahoo.de you could create a CDI Extension which does

Alternative + Named

2013-10-29 Thread Thomas Andraschko
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

Re: Alternative + Named

2013-10-29 Thread Mark Struberg
andraschko.tho...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Tuesday, 29 October 2013, 21:23 Subject: Alternative + Named 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

Re: Alternative + Named

2013-10-29 Thread Thomas Andraschko
: Thomas Andraschko andraschko.tho...@gmail.com To: dev@openwebbeans.apache.org Cc: Sent: Tuesday, 29 October 2013, 21:23 Subject: Alternative + Named Hi, should it actually be possible to overwrite a bean with a alternative named bean? e.g - @Named public class

Re: Alternative + Named

2013-10-29 Thread Mark Struberg
Andraschko andraschko.tho...@gmail.com To: dev@openwebbeans.apache.org; Mark Struberg strub...@yahoo.de Sent: Tuesday, 29 October 2013, 21:43 Subject: Re: Alternative + Named Hi Mark, is there any change to get similar behavior? It's actually a must-have for product development. We would like to have

Re: Alternative + Named

2013-10-29 Thread Thomas Andraschko
@openwebbeans.apache.org; Mark Struberg strub...@yahoo.de Sent: Tuesday, 29 October 2013, 21:43 Subject: Re: Alternative + Named Hi Mark, is there any change to get similar behavior? It's actually a must-have for product development. We would like to have multiple implementations in our core and just