[jbosstools-issues] [JBoss JIRA] (JBIDE-8563) Alternative being not being recognized as so.

Jaroslav Jankovič (JIRA) jira-events at lists.jboss.org
Wed Feb 29 03:30:37 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-8563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaroslav Jankovič closed JBIDE-8563.
------------------------------------



Verified in JBoss Tools 3.3.0.Beta1b-H93.
                
> Alternative being not being recognized as so.
> ---------------------------------------------
>
>                 Key: JBIDE-8563
>                 URL: https://issues.jboss.org/browse/JBIDE-8563
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 3.2.0.Final
>            Reporter: José Freitas
>            Assignee: Viacheslav Kabanovich
>              Labels: alternative, cdi
>             Fix For: 3.3.0.Beta1
>
>
> the problem occurs on 
> booking example:
> https://github.com/seam/examples/
> declaring on WEB-INF/beans.xml 
> {code}
>    <alternatives>
>       <class>org.jboss.seam.examples.booking.bootstrap.ApplicationInitializer</class>
>    </alternatives>
> {code}
> gives me the error check:
> {code}
> <class> element must specify the name of an alternative bean class [JSR-299 §5.1.1]
> {code}
> but the class is declared as an Alternative
> {code}
> @Alternative
> public class ApplicationInitializer{
> ...
> {code}

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

       



More information about the jbosstools-issues mailing list