1.Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.>
原因:这个异常是hibernate包中的cglib.jar与spring中的cglib.jar版本不一致导致的. 移除其中一个即可.
2.nested exception is org.hibernate.InvalidMappingException:
Could not parse mapping document from resource com/mdaxue/album/model/TPhotoComments.hbm.xml
原因:你用hibernate把表映射成实体和XML文件的时候,与你项目中用的DTD的ID不一致。所以得把所有的只要是跟hibernate相关的xml文件。你把他们的ID改成跟主配置文件(hibernate.cfg.xml)的ID一致就可以了。
阅读(1417) | 评论(0) | 转发(1) |