Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-3699

Code assist for EntityQuery components that defined in components.xml

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Won't Do
    • Icon: Major Major
    • 4.3.0.Alpha1
    • 3.0.0.CR2
    • seam2
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      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

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: