Quote:
For some funny Reason <version> tag dosnt work if it is placed after a <property> tag. But works well when placed after the <id> Tag.
The NHibernate mapping schema demands that the tags in a mapping file follow a specified sequence, which is why <version> cannot follow a <property> tag.
Quote:
Also What i wanted was that the versin should not Update the version column.
Are you saying that you want to use NHibernate's versioning but don't want NHibernate to modify any version numbers? If so, then I can't see much point in using NHibernate's versioning at all. Can you provide some information as to why you want to do this?