spring]的时候出现以下异常:

 
 
  1. The hierarchy of the type xxx is inconsistent  
  2. The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files 
发现少加入了一些jar包 (DapSupport依赖于其他的类,必须完全导入才行)
添加了[org.springframework.transaction-3.1.0.RELEASE.jar]之后编译无错通过
如果还有错,就要看是否还有其他的jar包没有被导入