What's is extremely strange for me, the field I'm validating doesn't have
"not-null=true" set. So, NHibernate's should let the entity to be saved.
Mapping for Relation:
<class name="Relation">
<id name="Id">
<generator class="native"/>
</id>
<property name="Description"/>
</class>
--
You received this message because you are subscribed to the Google Groups
"NHibernate Contrib - Development Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhcdevs?hl=en.