RE: CGLIB Enhancement failed.

2008-06-13 Thread Martin Gainty
transmission. > Date: Fri, 13 Jun 2008 10:54:28 -0300 > From: [EMAIL PROTECTED] > To: users@maven.apache.org > Subject: Re: CGLIB Enhancement failed. > > It's very difficult to guess, but I think the tip is: > > Caused by: jav

Re: CGLIB Enhancement failed.

2008-06-13 Thread Mikel Cármenes Cavia
>> Hibernate adds it already as a transitive dependency. So I have removed >>>> cglib from my pom, but now I get an event dispatching error when the >>>> session >>>> factory is built. >>>> This is the code where the problem resides: >>>

Re: CGLIB Enhancement failed.

2008-06-13 Thread Mikel Cármenes Cavia
eation failed. " + >>> ex); >>>throw new ExceptionInInitializerError(ex); >>>} >>> >>> And this is the exception: >>> >>> Initial SessionFactory creation failed. java.lang.NoClassDefFoundError >>> Exception occurre

Re: CGLIB Enhancement failed.

2008-06-13 Thread Fabio Braga de Oliveira
might be caused by? 09:20:16,140 ERROR BasicLazyInitializer:130 - CGLIB Enhancement failed: org.git.systems.data.PcCalc java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer I've made sure that cglib is correctly added, and its .jar is indeed there when I c

Re: CGLIB Enhancement failed.

2008-06-13 Thread [EMAIL PROTECTED]
The ASM library has made a number of incompatible releases, which causes nasty problems. I think this might be what you've struck. Even the latest version of cglib requires ASM 1.x. If something else requires ASM 2.x or ASM 3.x then you're in trouble because the ASM versions are incompatible. For

Re: CGLIB Enhancement failed.

2008-06-13 Thread Mikel Cármenes Cavia
ependency, and >> exclude the oldest one. >> >> Good luck! >> >> >> Mikel Cármenes Cavia escreveu: >> >> Hey guys, >>> Does anybody know what the following error might be caused by? >>> >>> 09:20:16,140 ERROR BasicLazyInitializer

Re: CGLIB Enhancement failed.

2008-06-13 Thread Mikel Cármenes Cavia
brary adding the cglib as a transitive dependency, and > exclude the oldest one. > > Good luck! > > > Mikel Cármenes Cavia escreveu: > > Hey guys, >> Does anybody know what the following error might be caused by? >> >> 09:20:16,140 ERROR Bas

Re: CGLIB Enhancement failed.

2008-06-13 Thread Fabio Braga de Oliveira
caused by? 09:20:16,140 ERROR BasicLazyInitializer:130 - CGLIB Enhancement failed: org.git.systems.data.PcCalc java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer I've made sure that cglib is correctly added, and its .jar is indeed there when I check. This erro

CGLIB Enhancement failed.

2008-06-13 Thread Mikel Cármenes Cavia
Hey guys, Does anybody know what the following error might be caused by? 09:20:16,140 ERROR BasicLazyInitializer:130 - CGLIB Enhancement failed: org.git.systems.data.PcCalc java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer I've made sure that cgl