[jbosstools-issues] [JBoss JIRA] (JBIDE-14765) Support <weld:exclude>

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Aug 7 19:43:26 EDT 2013


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

Viacheslav Kabanovich updated JBIDE-14765:
------------------------------------------

    Description: 
See http://docs.jboss.org/weld/reference/latest/en-US/html/configure.html

1. Import test project jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.core.test/projects/weld1.1
2. Open Java source file src/test/TestExcluded.java and src/META-INF/beans.xml

Check satisfied and unsatisfied dependencies:
@Inject Bean1 bean1; - is unsatisfied (has marker 'No bean is eligible for injection')
because beans.xml contains 


  was:See http://docs.jboss.org/weld/reference/latest/en-US/html/configure.html


    
> Support <weld:exclude>
> ----------------------
>
>                 Key: JBIDE-14765
>                 URL: https://issues.jboss.org/browse/JBIDE-14765
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: CDI extensions
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.Alpha1
>
>
> See http://docs.jboss.org/weld/reference/latest/en-US/html/configure.html
> 1. Import test project jbosstools-javaee/cdi/tests/org.jboss.tools.cdi.core.test/projects/weld1.1
> 2. Open Java source file src/test/TestExcluded.java and src/META-INF/beans.xml
> Check satisfied and unsatisfied dependencies:
> @Inject Bean1 bean1; - is unsatisfied (has marker 'No bean is eligible for injection')
> because beans.xml contains 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list