[jbosstools-issues] [JBoss JIRA] (JBIDE-10331) CDI EL Refactoring and Searchers don't look for ELs in dependent project

Alexey Kazakov (Created) (JIRA) jira-events at lists.jboss.org
Fri Dec 2 21:02:41 EST 2011


CDI EL Refactoring and Searchers don't look for ELs in dependent project
------------------------------------------------------------------------

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


EXECUTE: Create two CDI projects:
Project1
Project2 (depends on Project1)
EXECUTE: Create a @Named bean in Project1: @Named("bean1").
EXECUTE: Create a page in Project2 with EL referenced to the bean: #{bean1}
EXECUTE: Try Ctrl+G on @Named("bean1").
FAILURE: The EL from Project2 is not found.
The same problem with EL refactoring.
And I guess it's not working for pure JSF and Seam2 projects either.

--
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