Antonio Goncalves created FORGE-1506:
----------------------------------------
Summary: Cannot create a field on a Mapped Superclass
Key: FORGE-1506
URL:
https://issues.jboss.org/browse/FORGE-1506
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.CR2
Reporter: Antonio Goncalves
Fix For: 2.x Future
I create a Mapped Superclass, try to add a field, and get a {{Entity must be specified}}
:
{code}
[pluralsight-persistence]$ jpa-new-mapped-superclass --named Person
Modified
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java/com
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java/com/pluralsight
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java/com/pluralsight/persistence
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java/com/pluralsight/persistence/module07
Created
/Users/antoniombp/Documents/Code/temp/Forge/pluralsight-persistence/src/main/java/com/pluralsight/persistence/module07/Person.java
***SUCCESS*** Mapped Superclass com.pluralsight.persistence.module07.Person was created
[Person.java]$ jpa-new-field --named firstname --length 50
Entity must be specified.
{code}
--
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