max wrote:
no - you most likely have references to hibernate 2 DTD's instead of Hibernate 3 DTD's
Oh man! I just came and searched and found this thread. I had no idea I was supposed to change the dtd in my existing hbm's when I upgraded from 2 to 3.
I had no problems until today, when all of a sudden I started getting the connection timeout error -- on previously working code.
Did the search, found this thread, changed my 40 .hbm files to 3.0 instead of 2.0 -- and MAN -- my start time shrank to near nothing.
It's been such a hassle stopping and starting my app anytime I changed a public method or property....watching each of the data classes take it's time to load.
No more! It's lightening fast.
Lee