Re: 1.2.1 - @Specialized Class : XXX may not explicitly declare a bean name

2013-11-28 Thread Thomas Andraschko
Guys, i really need your help! It was introduced in one of the ~300 commits for #344 The most revisions event don't compile so i can't find the breaking commit! How is it possible that my Bean does not have a @Named in the source code but it's really there in the debugger? Can ASM manipulate this

Re: 1.2.1 - @Specialized Class : XXX may not explicitly declare a bean name

2013-11-28 Thread Gerhard Petracek
hi thomas, i did a quick-check and don't see the same effect. it would be great, if you provide a small demo which illustrates the issue. regards, gerhard 2013/11/28 Thomas Andraschko > Guys, i really need your help! > It was introduced in one of the ~300 commits for #344 > The most revision

Re: 1.2.1 - @Specialized Class : XXX may not explicitly declare a bean name

2013-11-28 Thread Thomas Andraschko
Hi Gerhard, i added a unit test. It only occurs on multiple specialization -> BeanA -> @Specialized BeanB -> @Specialized BeanC. Can i check in and create a issue for it? It would be great if anyone of you could check it. Regards, Thomas 2013/11/28 Gerhard Petracek > hi thomas, > > i did a

[jira] [Created] (OWB-917) Multiple specialization doesn't work

2013-11-28 Thread Thomas Andraschko (JIRA)
Thomas Andraschko created OWB-917: - Summary: Multiple specialization doesn't work Key: OWB-917 URL: https://issues.apache.org/jira/browse/OWB-917 Project: OpenWebBeans Issue Type: Bug

Re: 1.2.1 - @Specialized Class : XXX may not explicitly declare a bean name

2013-11-28 Thread Gerhard Petracek
hi thomas, please create a jira-ticket. regards, gerhard 2013/11/28 Thomas Andraschko > Hi Gerhard, > > i added a unit test. > It only occurs on multiple specialization -> BeanA -> @Specialized BeanB -> > @Specialized BeanC. > Can i check in and create a issue for it? > > It would be great i

[jira] [Commented] (OWB-917) Multiple specialization doesn't work

2013-11-28 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/OWB-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13834848#comment-13834848 ] Thomas Andraschko commented on OWB-917: --- Added a test in: webbeans-impl\src\test\java\

Re: 1.2.1 - @Specialized Class : XXX may not explicitly declare a bean name

2013-11-28 Thread Mark Struberg
what is the name of the unit test? Or to which JIRA did you attach it? LieGrue, strub > > From: Thomas Andraschko >To: dev@openwebbeans.apache.org >Sent: Thursday, 28 November 2013, 13:04 >Subject: Re: 1.2.1 - @Specialized Class : XXX may not explicitly declar

Re: 1.2.1 - @Specialized Class : XXX may not explicitly declare a bean name

2013-11-28 Thread Thomas Andraschko
Hey Mark, i also posted it in the ticket: webbeans-impl\src\test\java\org\apache\webbeans\newtests\specalization\multiple I just commented @Test, to not break the build. Regards, Thomas 2013/11/28 Mark Struberg > what is the name of the unit test? Or to which JIRA did you attach it? > > LieG