Hibernate version: 2.1.7c
I have a J2EE project where hibernate is used together with other code which also uses dom4j. As Hibernate uses version 1.4, the other code uses 1.5, i get a Number of related exceptions and errors. I cannot change the other code and it uses dom4j 1.5 features in many places, so using dom4j 1.4 just does not work.
My questions are: Has anybody ever tried to use hibernate 2.1.7c with dom4j 1.5 ? Are there any known dependencies from hibernate 2.1.7c to dom4j1.4 ?
Thanks in advance
Harald
|