`

aop使用注意事项以及一些异常

    博客分类:
  • aop
aop 
阅读更多
Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces

--问题解决:缺少jar包 cglib-2.1.3.jar

Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm/Type



解决方法:将Hibernate lib包下的asm.jar添加到项目的library中。



nested exception is  java.lang.NoClassDefFoundError:net/sf/cglib/proxy/CallbackFilter



解决方法:将Hibernate lib包下的cglib-2.1.3.jar添加到项目的library中。
  • asm.jar (25.7 KB)
  • 下载次数: 0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics