[forge-issues] [JBoss JIRA] (FORGE-523) field plugin fails to create enum attribute

George Gastaldi (JIRA) jira-events at lists.jboss.org
Mon Apr 2 21:26:48 EDT 2012


     [ https://issues.jboss.org/browse/FORGE-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi reassigned FORGE-523:
-------------------------------------

    Assignee: George Gastaldi

    
> field plugin fails to create enum attribute
> -------------------------------------------
>
>                 Key: FORGE-523
>                 URL: https://issues.jboss.org/browse/FORGE-523
>             Project: Forge
>          Issue Type: Bug
>            Reporter: George Gastaldi
>            Assignee: George Gastaldi
>
> Having an entity named X and an enumeration named Y, running 
> {code}
> field custom --named enumAtt --type Y.java
> {code}
> creates the following entry:
> {code}
> @Column
> private java enumAtt;
> .. getters and setters ...
> {code}
> it should read: 
> {code}
> @Column
> @Enumerated
> private Y enumAtt;
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the forge-issues mailing list