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
Fix For: 2.5.0.Final
When the DTO-based REST resources are generated, the {{listAll()}} method contains the
following expression, even though there is no {{Customer}} class:
{noformat}
TypedQuery<Customer> findAllQuery = ...
{noformat}