[forge-issues] [JBoss JIRA] (FORGE-1762) Generated REST resources reference a 'Customer' class

Vineet Reynolds (JIRA) issues at jboss.org
Tue Apr 15 02:24:33 EDT 2014


Vineet Reynolds created FORGE-1762:
--------------------------------------

             Summary: Generated REST resources reference a 'Customer' class
                 Key: FORGE-1762
                 URL: https://issues.jboss.org/browse/FORGE-1762
             Project: Forge
          Issue Type: Feature Request
          Components: Java EE
    Affects Versions: 2.4.1.Final
            Reporter: Vineet Reynolds
            Assignee: Vineet Reynolds


When the DTO-based REST resources are generated, the {{findAll()}} method contains the following expression, even though there is no {{Customer}} class:

{noformat}
TypedQuery<Customer> findAllQuery = ...
{noformat}

--
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 forge-issues mailing list