Version and NaturalId generates MappingException
When i use Id(), Version() and NaturalId() in a ClassMap, the generated hbm file is of the following form:
<id>
...
</id>
<version>
...
</version>
<natural-id>
...
</natural-id>
...
the problem is, that the <natural-id/>
tag must be between <id/>
and <version/>
and not after <version/>