2009-01-06 12:21:29 UTC
In Hibernate 3.3.1 the use of cglib is optional, you can use Javassist instead. The problem is that Gilead uses beanlib, which has an UnEnhancer class that imports the net.sf.cglib.proxy.Enhancer class.
This means that even though you do not use it, you must have cglib (and its dependencies, such as ASM) in your classpath, or else you get a ClassNotFoundException.