[ 
https://issues.apache.org/jira/browse/OWB-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mark Struberg resolved OWB-562.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.1.2
         Assignee: Mark Struberg  (was: Gurkan Erdogdu)

resolved while fixing OWB-620
                
> non-enabled alternative beans with passivating scope fail validation during 
> deployment
> --------------------------------------------------------------------------------------
>
>                 Key: OWB-562
>                 URL: https://issues.apache.org/jira/browse/OWB-562
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Context and Scopes
>    Affects Versions: 1.1.0
>            Reporter: George Sapountzis
>            Assignee: Mark Struberg
>             Fix For: 1.1.2
>
>
> Declare a bean as:
> @Alternative
> @ConversationScoped
> public class MBean implements Serializable {
> }
> Deployment fails during validating MBean.
> Change the bean to:
> @Typed()
> @ConversationScoped
> public class MBean implements Serializable {
> }
> Deployment succeeds.
> It seems that non-enabled alternative beans are correctly ignored during bean 
> scanning, but not ignored during validation. The metadata is not there and 
> validation fails.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to