[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9801) CDI Searcher doesn't look for beans in dependent projects

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Sep 29 19:17:26 EDT 2011


CDI Searcher doesn't look for beans in dependent projects
---------------------------------------------------------

                 Key: JBIDE-9801
                 URL: https://issues.jboss.org/browse/JBIDE-9801
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: CDI
    Affects Versions: 3.3.0.M4
            Reporter: Alexey Kazakov
            Assignee: Daniel Azarov
             Fix For: 3.3.0.M4


EXECUTE: Create two CDI projects: ProjectA and ProjectB. ProjectB depends on ProjectA.
EXECUTE: Create a bean in ProjectA:
{code}
@Named("cdiBean")
public class CDIBeanTest {
}
{code}
EXECUTE: Create another bean in ProjectB:
{code}
public class TestBean {
    @Inject @Named("cdiBean") Object foo;
}
{code}
EXECUTE: Select CDIBeanTest class name in CDIBeanTest.java and press Ctrl+Shift+G
ASSERT: TestBean.foo should be found as an injection point which gets the wanted bean. Now it's working only if you have both beans in the same project.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list