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

Michael Dick closed OPENJPA-811.
--------------------------------

    Resolution: Fixed

> With Oracle, OpenJPA allows setting non-nullable field to null
> --------------------------------------------------------------
>
>                 Key: OPENJPA-811
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-811
>             Project: OpenJPA
>          Issue Type: Bug
>    Affects Versions: 1.2.0, 2.0.0
>            Reporter: Dinkar Rao
>            Assignee: Michael Dick
>             Fix For: 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-811.patch
>
>
> An entity has a field defined as follows:
> @Column(nullable=false)
> private Object  nonNullableObject;
> Using Oracle, it is possible to set the value of this column to null. OpenJPA 
> will not complain, but will instead store whatever is returned by 
> oracle.sql.BLOB.empty_lob().
> An exception should be thrown instead, because the field has been defined as 
> non-nullable.

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

Reply via email to