"Mixing nullable" Error Message Correction
------------------------------------------
Key: HHH-6167
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6167
Project: Hibernate Core
Issue Type: Improvement
Components: annotations, core
Affects Versions: 3.6.1
Environment: Hibernate 3.6.1.FINAL
Reporter: David
Priority: Trivial
I got the following exception:
AnnotationException: Mixing nullable and non nullable columns in a property is not
allowed: org.test.domain.PersonlastName
Please consider changing it to:
property is not allowed: org.test.domain.Person.lastName
or
property is not allowed: lastName of org.test.domain.Person
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira