[
https://issues.apache.org/jira/browse/OWB-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120220#comment-14120220
]
Mark Struberg commented on OWB-999:
-----------------------------------
I think this what you do is illegal from a spec perspective.
There are no 'producer beans' which can be implemented yourself. In OWB itself
we differentiate between Bean#getBeanClass() and OwbBean#getReturnType(). For
internal beans we use the later. For your own beans you need to return the type
which should get proxied in getBeanClass().
> 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
> 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)