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

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Tue Oct 2 06:47:02 EDT 2012


Marek Schmidt created JBDS-2343:
-----------------------------------

             Summary: EL completition doesn't understand Seam EntityHome<E> anymore
                 Key: JBDS-2343
                 URL: https://issues.jboss.org/browse/JBDS-2343
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: seam
    Affects Versions: 6.0.0.Alpha2
         Environment: Seam2.3.0.Final, EAP6.0.1.ER2, JBDS 6.0.0.Alpha2b
            Reporter: Marek Schmidt


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