[
https://issues.jboss.org/browse/FORGE-1444?page=com.atlassian.jira.plugin...
]
George Gastaldi commented on FORGE-1444:
----------------------------------------
Hi Antonio,
Yes, the order is important because it belongs to the second wizard step. Any option
informed belonging to the previous step will automatically not appear in the completion
list.
jpa-new-field --entity disapearing on TAB completion
----------------------------------------------------
Key: FORGE-1444
URL:
https://issues.jboss.org/browse/FORGE-1444
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
I want to create a One-to-Many relationship. When I type the following and hit TAB, I get
the {{--entity}} parameter
{code}
[Talk.java]$ jpa-new-field --named speakers --
--typeName --lob --relationshipType --entity --length --primitive
{code}
But if I set the relationship first, and then hit TAB, the {{--entity}} parameter
doesn't show
{code}
[Talk.java]$ jpa-new-field --named speakers --relationshipType One-to-Many --
--inverseFieldName --cascadeType --fetchType --required
{code}
Looks like there is an order on the parameters (e.g. if you enter one, then something
else doesn't show up), but it's not very clear
--
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