Re: [Hibernate] New error on Annotation query

2006-06-19 Thread Steve Ebersole
From my understanding in discussions with Max, auto-discovery is illegal once any returns have been defined/added. Max, can you clarify here? Thinking some more about it, maybe you just meant the column name discovery (as it should be possible to still auto-discover types in this scenario)?

[Hibernate] Contributor for tools template

2006-06-19 Thread Christian Bauer
A Freemarker template for Hibernate Tools that can generate DBUnit ReplacementDataSet XML descriptors would probably be very useful to many people. Is there anybody interested in contributing such a thing? ___ hibernate-devel mailing list

Re: [Hibernate] New error on Annotation query

2006-06-19 Thread Max Andersen
Title: Re: [Hibernate] New error on Annotation query From my understanding in discussions with Max, auto-discovery is illegalonce any returns have been defined/added.Max, can you clarify here? Thinking some more about it, maybe you justmeant the column name discovery (as it should be

[Hibernate] Hbm2Java and custom-type problem in Hibernate-3/Hib-tools:3.1.0.beta4

2006-06-19 Thread shalon toy
Greetings, I am in the process of migrating my project code base to Hibernate-3 and having quite trouble with the way hibernate-tool in Hibernate3 work's with the CustomUserType's defined. The version of hibernate being used is 3.1.3 and hibernate-tools is 3.1.0.beta4 Working version (old): In