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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Jun 19 17:40:56 EDT 2009


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

Alexey Kazakov updated JBIDE-3699:
----------------------------------

    Fix Version/s: LATER
                       (was: 3.1.0.M2)


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