hi, on our migration from hibernate 2.8 to 3.0 we noticed that our configurations on hibernate.properties were not taken into account on JBoss.
To test, I used 3.1rc2 release.
I activated show_sql from the MBean and I could see the sql on the log.
Then I removed the atribute from the MBean and added hibernate.show_sql true on the hibernate.properties within the conf dir. but I could not see any sql log.
In both cases my app worked well.
In both cases you can see on the log that hibernate.properties is being read but ignored.
Have any body noticed this?
Any idea?
Thanks
Emilio
|