[jboss-user] [JBoss AOP] - Re: .aop or .jar
kabir.khan@jboss.com
do-not-reply at jboss.com
Wed Nov 8 06:22:58 EST 2006
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#3984073
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984073
More information about the jboss-user
mailing list