[Proxool-developer] Latest proxool cglib issue with Hibernate 3.2
UNMAINTAINED!
Brought to you by:
billhorsman
From: Christian M. <chr...@ma...> - 2006-05-03 19:17:11
|
Hi, i recently tried proxool within my webapp and suddently, i got some weird issues from Hibernate: java.lang.LinkageError: duplicate class definition: $java/lang/Object$$FastClassByCGLIB$$3f697993 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) ... 115 more As soon as i switched back to C3P0 or JNDI, all the issues were "fixed". Knowing that Proxool embeded cglib, something must going on with this. Regards Chris |