]
George Gastaldi commented on FORGE-2467:
----------------------------------------
Hi Matyas, thank you for your feedback. Do you have a test case we could use to reproduce
the problem?
The entity classes or the steps you have done to create the entities will also help.
JPA Entities using @MappedSuperclass don't get recognized by
Scaffold: Generate for AngularJS/Rest Endpoint from Entity
-----------------------------------------------------------------------------------------------------------------------
Key: FORGE-2467
URL:
https://issues.jboss.org/browse/FORGE-2467
Project: Forge
Issue Type: Enhancement
Components: Scaffold
Affects Versions: 2.16.1.Final
Environment: Eclipse MARS,
Reporter: Matyas Danter
When JPA Entities use a @MappedSuperclass that provides the @id field, the Scaffold:
Generate wizard's AngularJS option, and Rest Endpoint from Entities command don't
show the Entities in the selection table.
The entities DO appear in the JSF scaffolding table. It would be helpful if Endpoint
creation and Scaffolding supported @MappedSuperclass and @Embedded entities containing the
ID or primary key fields.