Hello to everyone
This is my environment.
Eclipse Version: 3.2.0
Hibernate version: 3.2.0 beta8
Oracle 9i:
I tried to add in my hibernate reverse engineering file in the tag table the attribute schema and after that modification hibernate tools ignores that element. This means there will be used the default generation progress for that element.
this is my table-tag:
Code:
<table name="AA_ATECO" class="it.bz.prov.egov.gca.anagraficaartigiani.ent.pom.plc.AtecoArtigianiPLC" schema="ANAGRAFICAARTIGIANI">
<column name="UUID" property="id" />
<column name="DESCR_D" property="descrD" />
<column name="DESCR_I" property="descrI" />
<column name="UUID_ATECO_AU" property="idAtecoAnagrafeUnificata" />
</table>
When I remove the attribute schema, the code generation works fine again.
Any idea or it is a bug in HT?
regards Markus