Pages

Monday, September 3, 2012

Spring AOP Error : Cannot Proxy Target Class Because CGLIB2 Is Not Available error in spring

This is a common error in spring development

The solution is

put the cglib.jar as a library to your project. you can obtain this from Cglib official web site
http://cglib.sourceforge.net/

No comments:

Post a Comment