[jbosstools-issues] [JBoss JIRA] (JBIDE-12778) EL completition doesn't understand Seam EntityHome<E> anymore

Daniel Azarov (JIRA) jira-events at lists.jboss.org
Thu Oct 4 20:18:03 EDT 2012


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

Daniel Azarov resolved JBIDE-12778.
-----------------------------------

      Assignee: Alexey Kazakov  (was: Daniel Azarov)
    Resolution: Done


verified
                
> EL completition doesn't understand Seam EntityHome<E> anymore
> -------------------------------------------------------------
>
>                 Key: JBIDE-12778
>                 URL: https://issues.jboss.org/browse/JBIDE-12778
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam 2
>    Affects Versions: 4.0.0.Alpha2
>         Environment: Seam2.3.0.Final, EAP6.0.1.ER2, JBDS 6.0.0.Alpha2b
>            Reporter: Marek Schmidt
>            Assignee: Alexey Kazakov
>             Fix For: 4.0.0.Beta1
>
>
> Having a EntityHome Seam component, such as
> {code}
> @Name("personHome")
> public class PersonHome extends EntityHome<Person>
> {code}
> The EL completition fails to suggest properties of Person in an expression, such as
> {code}
> value="#{personHome.instance.name}"
> {code}
> And a "name cannot be resolved" warning is generated
> This used to work in JBDS 4.1.3.

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