The type org.springframework...DaoSupport cannot be resolved. It is indirectly..
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                The type org.springframework...DaoSupport cannot be resolved. It is indirectly..
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.                        
                                 http://hi.baidu.com/abolo1990/item/f276e40a6c85270f6c9048ad
 
 
在整合[hibernate]和[spring]的時候出現(xiàn)以下異常:The hierarchy of the type xxx is inconsistentThe type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files調(diào)查后發(fā)現(xiàn)少加入了一些jar包 (DapSupport依賴于其他的類,必須完全導入才行)添加了[org.springframework.transaction-3.0.5.RELEASE.jar](spring-tx,spring-dao,spring-jdbc)之后編譯無錯通過如果還有錯,就要看是否還有其他的jar包沒有被導入寫入博客中防止以后再花時間去研究了總結(jié)
以上是生活随笔為你收集整理的The type org.springframework...DaoSupport cannot be resolved. It is indirectly..的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: Eclipse 删除 空行
- 下一篇: ibatis与spring的整合
