reverse enginnering generates:
<timestamp name="lastUpdtDate" type="timestamp" name="LAST_UPDT_DATE" />
hxm->java fails with:
...
Error on line 11 of document : Attribute "name" was already specifed for element "timestamp".
I think that should be:
<timestamp name="lastUpdtDate" type="timestamp" column="LAST_UPDT_DATE" />
Changing the tag name then generates this exception:
Attribute "type" must be declared for element type "timestamp"
which doesn't make sense?
damn unittest, but thanks
workaround: update timestamp.hbm.vm to use column instead of name and remove the type attribute.