Joined: Wed Sep 01, 2010 10:40 pm Posts: 6 Location: Washington, D.C.
|
I'm in the process of upgrading hibernate from version 3.3.1 GA to the latest final version 4.1.7. Right now I am getting this error while bringing up WebLogic:
Caused By: java.lang.ClassNotFoundException: org.hibernate.util.DTDEntityResolver
I understand this exception. The class it's complaining about was in the old 3.3 hibernate jar called hibernate-core.jar but the same jar does not exist in the equivalent hibernate-core-4.1.7.Final.jar.
Please point me in the right direction. I'm not sure what code is referencing\calling this DTDEntityResolver class...
|
|