Wrong version of cglib?

On 2/26/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> so that error says that something Enhancer needs is not found? so a
> dependency of cglib is missing from the classpath?
>
> -Igor
>
>
>
> On 2/26/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > eh it is not a class not found exception, those are easy fix.
> > 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.
> > >
> >
> >
>
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to