[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8558) SEAM Entity creator uses Integer for @Version - results in NullPointerException on update

Peter Larsen (JIRA) jira-events at lists.jboss.org
Thu Mar 24 11:16:58 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591584#comment-12591584 ] 

Peter Larsen commented on JBIDE-8558:
-------------------------------------

Sorry for the late update - be careful what mail filters you mail. You may miss the important mail :(

SEAM 2.2.2.EAP5 - the one that ships with JBDS4.

To followup on some of the other issues I reported, this is what makes it quite confusing/difficult for an outsider to find out what module to report an issue against.

> SEAM Entity creator uses Integer for @Version - results in NullPointerException on update
> -----------------------------------------------------------------------------------------
>
>                 Key: JBIDE-8558
>                 URL: https://issues.jboss.org/browse/JBIDE-8558
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam, UpStream
>         Environment: JBDS4
>            Reporter: Peter Larsen
>            Assignee: Alexey Kazakov
>
> When creating entities from scratch, the "Create SEAM Entity" wizard will generate code with the the following:
> @Version
> private Integer version;
> This construct unfortunately results in new records being created with NULL in the version column. On subsequent updates this then results in NullPointerException.
> Changing Integer to int solves the problem.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list