首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Spring和hibernate整合中出现的有关问题

2012-11-01 
Spring和hibernate整合中出现的问题Instantiation of bean failed nested exception is java.lang.NoClas

Spring和hibernate整合中出现的问题

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中。

热点排行