[hibernate-dev] HHH-6780 - incorrect query timeout calculation

2011-11-24 Thread Donnchadh Ó Donnabháin
Hi everyone, While trying out 4.0.0.CR6 I've discovered that my code is affected by https://hibernate.onjira.com/browse/HHH-6780 . There isn't a fix version on this issue. Would it be possible to get the fix into the next CR or or 4.0.0.Final? It does seem quite broken at the moment. The javado

Re: [hibernate-dev] Hbm mapping with hibernate 4

2011-11-24 Thread Max Rydahl Andersen
For hibernate guys: to be clear, what Dmitry is working on is to test and develop support in hibernate tools / jboss tools to work with both Hibernate 3.x and Hibernate 4. The docs/migration guide doesn't seem to cover these differences so asked him to raise the question on the list. /max On N

[hibernate-dev] Hibernate 4 docs?

2011-11-24 Thread Max Rydahl Andersen
Hi, Is the docs for Hibernate 4 available online somewhere ? http://www.hibernate.org/docs doesn't list them and I only see javadocs in http://docs.jboss.org/hibernate/core/4.0/ /max http://about.me/maxandersen ___ hibernate-dev mailing list hiber

Re: [hibernate-dev] on broken usage of logger

2011-11-24 Thread Hardy Ferentschik
On Wed, 23 Nov 2011 17:15:50 +0100, David M. Lloyd wrote: > The solution is really easy guys: > > log.debugf("The thing I want to log is %s", thing); > or > log.debug(thing) > > In addition, as you have noticed, it is better to not use the formatting > variants if you aren't actually formatti