[
https://issues.apache.org/jira/browse/OWB-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg updated OWB-1209:
-------------------------------
Fix Version/s: 1.7.5
> Custom bean with isAlternative()=true should not be automatically enabled
> -------------------------------------------------------------------------
>
> Key: OWB-1209
> URL: https://issues.apache.org/jira/browse/OWB-1209
> Project: OpenWebBeans
> Issue Type: Bug
> Reporter: Martin Kouba
> Assignee: Mark Struberg
> Priority: Major
> Fix For: 1.7.5, 2.0.1
>
>
> It seems that if you register a custom bean where {{isAlternative()}} returns
> true, the bean is automatically enabled. However, the container should use
> {{getBeanClass()}}, see also "Declaring selected alternatives for a bean
> archive":
> {quote}
> For a custom implementation of the Bean interface defined in The Bean
> interface, the container calls isAlternative() to determine whether the bean
> is an alternative, and getBeanClass() and getStereotypes() to determine
> whether an alternative is selected in a certain bean archive.
> {quote}
> Moreover, if I specify the bean class of a custom bean in the {{beans.xml}} I
> get :
> {noformat}
> Given alternative class : org.jboss.cdi.builtinbeans.IntegerEventBean is not
> annotated wih @Alternative or not an enabled bean
> {noformat}
> To reproduce, checkout https://github.com/mkouba/alternative-builtin-beans
> and modify
> https://github.com/mkouba/alternative-builtin-beans/blob/master/src/test/java/org/jboss/cdi/builtinbeans/BeansXml.java#L25
> to always return beans.xml with enablement. Then run:
> {noformat}
> mvn clean test -DcdiImpl=owb1
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)