[
https://issues.apache.org/jira/browse/OWB-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120964#comment-14120964
]
Romain Manni-Bucau commented on OWB-999:
----------------------------------------
Hi
Works with weld -> doesnt mean it has to work
javadoc/spec -> not written for custom bean but for container beans (you never
write a producer yourself)
works dependent: while no proxy created (ie no interceptor/decorator)
OWB needs beanClass for its proxying system which is different from weld one.
matching instance type will work
> 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)