Hibernate dependency frustration

March 22nd, 2004 by Hen

Am I the only one who finds Hibernate an utter pain when it comes to dependencies?

It depends on commons-lang.jar! Woo. Will that work or not with my other code that depends on commons-lang-2.0.jar.

Okay, I know that the versions are listed in README.txt, but I have my doubts on this as I have two cglib2.jar’s which claim to be version 2.0-rc2. One of which contains org.objectweb.something.Type and the other doesn’t. 30k or so difference, both culled, I believe, from different versions of Hibernate.

Comments are closed.