Re: svn commit: r1552050 - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/component/creation/BeanAttributesBuilder.java test/java/org/apache/webbeans/newtests/specalization/mu

2013-12-18 Thread Joseph Bergmark
Sorry, I'll try to be more clear. Again, I'm not very experienced in this area of OWB, so my interpretation could be wrong or this could be handled in a different code path entirely. The new code is looking directly at the Class itself for the @Specializes annotation. I'm suggesting that

Re: svn commit: r1552050 - in /openwebbeans/trunk/webbeans-impl/src: main/java/org/apache/webbeans/component/creation/BeanAttributesBuilder.java test/java/org/apache/webbeans/newtests/specalization/mu

2013-12-18 Thread Thomas Andraschko
Ahh i see! To be honest, i'm not very experiences in this area too! I tried it with this code: AnnotatedType? super C annotatedToSpecialize = webBeansContext.getAnnotatedElementFactory().newAnnotatedType(getAnnotated().getJavaClass().getSuperclass()); while