[
https://issues.apache.org/jira/browse/OWB-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120539#comment-14120539
]
Christian Beikov commented on OWB-999:
--------------------------------------
Well it works with Weld. I don't know about the spec, but the javadoc of
Bean#getBeanClass explicitly states, that it may return the class in which a
producer is declared.
Would it make any difference if I used the concrete type that I want to produce?
> Bean#beanClass is wrongly used as base type for normal scope proxies
> --------------------------------------------------------------------
>
> Key: OWB-999
> URL: https://issues.apache.org/jira/browse/OWB-999
> Project: OpenWebBeans
> Issue Type: Bug
> Affects Versions: 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6
> Reporter: Christian Beikov
> Assignee: Mark Struberg
> Priority: Critical
> Attachments: owb-bug.zip
>
>
> When defining a custom bean with a normal scope, OWB creates a proxy for that
> bean based on the beanClass of the bean. This is wrong since the beanClass
> could be the declaring class of a bean as it is with producers.
> Also the javadoc explicitly states that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)