No it is the most annoying error you can get in a java environment:
java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer
the NoClassDefFoundError
So cglib is found. But what that one wants is not found.
Why ohh why it doesn't report what it really misses for that class is beyond me. At some place they have to know it..
johan
On 2/22/06, Mark Derricutt <[EMAIL PROTECTED]> wrote:
On 2/23/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote:So how about just including cglib as a dependency this time?
I already HAVE cglib 2.1.3 on the classpath as I'm using Hibernate - and thats what is confusing me about the class not found exception.