Hibernate version: 3.1 (from CVS)
Annotations version: 3.1beta7 (from CVS)
I am migrating big project to use Hibernate 3.1 annotations. I have tried beta6 annotations, but they do not work fine for me because of the
known issue.
I have about a hundred of entities, so to migrate I need to have xml-mappings and annotations at a time. Currently if the annotated entity references the xml-mapped, hibernate goes into the endless loop in getLogicalColumnName() of org.hibernate.cfg.Mappings.
I saw the "TODO: align meta-attributes with normal bind..." in secondPassCompile() of org.hibernate.cfg.AnnotationConfiguration, but was not able to find this issue in JIRA.
Do you have any plans to fix this?