Then modify it to
| <attribute
name="Ignore">*$$EnhancerByCGLIB$$*,*$$FastClassByCGLIB$$*</attribute>
|
IIRC cglib generates some classes on the fly, which javassist cannot get hold of, so we
need to ignore them
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984073#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...