AW: Odd behavior in InjectionPointProducer

2017-09-11 Thread Arne Limburg
Yes, that's interesting, you could get a proxy that directly extends Object. So you could invoke no method on that bean (except toString(), equals(...), hashCode(), ...) Does not seem to be usefull at all Von: Mark Struberg Gesendet: Montag, 11. September 2017

AW: Odd behavior in InjectionPointProducer

2017-09-11 Thread Arne Limburg
Quick look into the spec http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#name_resolution @Named @Typed() seems to be valid and the bean should be found by EL. Von: Romain Manni-Bucau Gesendet: Montag, 11. September 2017 09:31:38 An: openwebbeans-dev Betreff:

AW: Odd behavior in InjectionPointProducer

2017-09-11 Thread Arne Limburg
I'm with Mark here, InjectionPoint#getType() should return a ParameterizedType Instance So in the code below we simply should return parameterizedType I think. Would that pass the TCK? If yes, we definitely should file a TCK issue, there seems to be a test missing. Cheers, Arne