Error added: 2008-02-13T09:15:30Z
Add maven dep:
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
</dependency>
i have also got the same problem ...... i try many methods but at the end i replace my cglib 2.2 jar with another version of cglib called cglib-2.1.3.jar.
You need cglib.jar
If you have this error while using Hibernate, refer to this tuto :
http://java.developpez.com/faq/hibernate/?page=Generalites
It says to include the following libs in addition to the one delivered with Hibernate :
* Jakarta Commons Logging
* Jakarta Commons Collections
* Log4j
* dom4j
* Jta
* asm
* <b>cglib.jar</b>
This file is in the spring distribution library inside the lib folder. Search for the file (find . -name \"cglib*jar\" ) and add the file to your class path (WEB-INF\\lib)
Yeah! this is the one cglib.jar
Yes, I had the same problem - and solved it! You must add cglib.jar to your buildpath | classpath, whatever !!
Download the jbpm-jpdl-3.2.2.zip file from URL http://labs.jboss.com/jbossjbpm/ you will find this cglib.jar in the folder path after you unzip the above downloaded file: jbpm-jpdl-3.2.2\\server\\server\\jbpm\\lib
i have also got the same problem ...... i try many methods but at the end i replace my cglib.jar with another version of cglib called cglib-2.1.3.jar.
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: