]
Vineet Reynolds resolved FORGE-1914.
------------------------------------
Fix Version/s: 2.7.0.Final
Resolution: Done
Merged:
Generated DTOs and REST resources contain compiler errors when
underlying JPA entities have primitive Ids
---------------------------------------------------------------------------------------------------------
Key: FORGE-1914
URL:
https://issues.jboss.org/browse/FORGE-1914
Project: Forge
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Java EE
Affects Versions: 2.6.0.Final
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
Fix For: 2.7.0.Final
When the Root and Nested DTO option is chosen for REST resource generation, the generated
DTOs contain compilation errors if the JPA entity used as a basis for the REST resource
contains an @Id field of a primitive type - short, long, byte, int etc.