[Hibernate] jdk 1.5 code in h3 tests

2006-07-24 Thread Max Rydahl Andersen
Hi guys, subject is breaking the nightly builds and other stuff ;) The test is relevant but can't be there as it is now. Any suggestions ? Move it to the metadata test suite maybe? -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss In

Re: [Hibernate] extends Configuration Tricks

2006-07-24 Thread Max Rydahl Andersen
oh and of course Hibernate Tools relies on being able to access a fully build Configuration without any need of reflection (assuming the types have been specified in the mappings by the user) A request for enhancement would be somehow for me to hook into these reflection calls so i could pr

[Hibernate] extends Configuration Tricks

2006-07-24 Thread Max Rydahl Andersen
Hi Steve, Here is a list of the "tricks" I know about with respect to what I and Emmanuel do in JDBCMetaDataConfiguration and AnnotationConfiguration. What i mainly did were to check what methods we override and what was done in them (and in some cases not done) Emmanuel please verify that i'

Re: [Hibernate] logging AbstractSaveEventListener#performSave

2006-07-24 Thread java
Here you go: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1934 it's only three lines, but enhances two logging entries, so will I have three lines free on the next issue ;-) ?? anyway, I'd really like to see the logging on those issues improved, since I've spent quite some ti

Re: [Hibernate] Roadmap - components

2006-07-24 Thread Max Rydahl Andersen
> So that leaves the option of having Types be aware of the session > factory. Which upon further reflection is not as bad as it sounds, > because really there are only a few Type implementations that even need > access to the session factory at all in any of these methods > (sqlTypes(), etc exlu