Hibernate Synchronizer - natural-id tag bug ? johnh - Dec 05, 2006 - 10:07 AM Post subject: natural-id tag bug ?
Hi
if I surround a property with the natural-id tag in the hibernate config file and synchronize , the field disappears from the generated BaseObject. I cant see any errors in the eclipse error log.
<natural-id>
<property
name="MistralID"
column="MistralID"
type="string"
not-null="false"
length="255"
/>
</natural-id>
jnutting512 - Nov 06, 2007 - 04:41 PM Post subject: re: natural-id tag bug
I am also seeing this problem. Does anyone know of a work-around?