You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2008/08/05 15:56:44 UTC

[jira] Resolved: (OPENJPA-665) OpenJPA allows commit where fields with @Column(nullable=false) set to null

     [ https://issues.apache.org/jira/browse/OPENJPA-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick resolved OPENJPA-665.
----------------------------------

    Resolution: Fixed
      Assignee: Pinaki Poddar  (was: Michael Dick)

Sorry, I didn't sync up this morning. Pinaki has already fixed this issue in trunk with rev 682610. 

> OpenJPA allows commit where fields with @Column(nullable=false) set to null 
> ----------------------------------------------------------------------------
>
>                 Key: OPENJPA-665
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-665
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>            Reporter: Pinaki Poddar
>            Assignee: Pinaki Poddar
>             Fix For: 1.2.0
>
>
> OpenJPA disallows setting of null values to basic fields that are not optional.
> But it allows setting null values to basic fields whose column is set as nullable=false.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.