XML validation error: The 'inverse' attribute is not declared.
And that drived me crazy as the inverse attribute is obviously there... finally I've tried not-null="true" and the message dissapeared. So please just update the error message so people don't get stuck on this.
I had a bidirectional mapping, with this on the child side:
<many-to-one name="Subjekt" column="SubjektId" inverse="true" />
But I kept ketting error message:
XML validation error: The 'inverse' attribute is not declared.
And that drived me crazy as the inverse attribute is obviously there... finally I've tried not-null="true" and the message dissapeared. So please just update the error message so people don't get stuck on this.
Thank you.