[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3699) Code assist for EntityQuery components that defined in components.xml

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Jan 30 16:26:44 EST 2009


Code assist for EntityQuery components that defined in components.xml
---------------------------------------------------------------------

                 Key: JBIDE-3699
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3699
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: Seam
    Affects Versions: 3.0.0.CR2
            Reporter: Alexey Kazakov
            Assignee: Alexey Kazakov
             Fix For: 3.1.0


For example:

<factory name="topProducts" value="#{topQuery.resultList}" />
<framework:entity-query name="topQuery" ejbql="select p from Product p"/>

<h:dataTable value="#{topProducts}" var="product"/>
#{product.|}  <!-- CA should work there -->
</h:dataTable>

The problem is that we should analizy ejbql and get to know that query returns Product. Then we will be able to use it for resolving EL.
Hibernate tools can helps us here.

see https://jira.jboss.org/jira/browse/JBIDE-3684

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list