[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2299) Seam Generate Entities creates edit field for @Version annotated fields

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu Nov 29 03:35:46 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2299?page=all ]

Dan Allen updated JBSEAM-2299:
------------------------------

    Attachment: JBSEAM-2299-v2.txt

second version of the patch ensures that it does not blow up when the version property is missing on the pojo

> Seam Generate Entities creates edit field for @Version annotated fields
> -----------------------------------------------------------------------
>
>                 Key: JBSEAM-2299
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2299
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.0.0.GA
>            Reporter: Thorsten Kunz
>         Assigned To: Dan Allen
>            Priority: Minor
>             Fix For: 2.0.1.GA
>
>         Attachments: JBSEAM-2299-v1.txt, JBSEAM-2299-v2.txt
>
>
> When you have an entity with a @Version annotation present (which is the default if you create it with "Seam Entity") and then run "Seam Generate Entities" on the project and select "use existing entities" the resulting CRUD pages will allow the version field to be edited. So you won't be able to create entities because the set accessor for the version was declared private in the entity. This renders the CRUD pages useless.
> I think this field should not be editable in the first place.
> Cheers, Thorsten

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list