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
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
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
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