org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'studentController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: public edu.java.spring.dao.impl.StudentHibernateDaoImpl edu.java.spring.controller.StudentController.studentDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'studentDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: public org.springframework.orm.hibernate3.LocalSessionFactoryBean edu.java.spring.dao.impl.StudentHibernateDaoImpl.sessionFactory; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.orm.hibernate3.LocalSessionFactoryBean] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}我用彈簧4+冬眠4遇到以下錯誤:
0
A
回答
0
沒有關於你的配置或您的類的更多信息有2個可能的解決方案:
- 你不掃描包含類的包
- 什麼ü
@Autowired
不與任何春註釋惺惺相惜@Repositoy
,@Service
,@Component
等
相關問題
- 1. 事務管理器彈簧4冬眠4的NoSuchMethodError
- 2. @transactional不工作春天4冬眠4
- 3. 無法堅持冬眠4
- 4. 彈簧MVC使用anjularJS冬眠映射
- 5. 我們可以一起使用彈簧靴和彈簧mvc 4
- 6. 休眠4與彈簧的兼容性
- 7. 彈簧3.1,休眠4,SessionFactory的
- 8. 彈簧4 +彈簧數據的JPA +休眠+ PostgreSQL的
- 9. 支柱2 +冬眠+彈簧+ ehcache的
- 10. 冬眠 - 彈簧/ bean映射集
- 11. 休眠+彈簧autowire錯誤
- 12. 錯誤在冬眠
- 13. 編制項目彈簧4
- 14. 彈簧4石英調度
- 15. 彈簧整合從3遷移到4
- 16. 找不到彈簧4 Maven構件
- 17. 彈簧3到4遷移問題
- 18. 彈簧4 + JPA(休眠4)+ JTA事務管理器不刷新自動
- 19. 升級到冬眠4和春季4罐,但仍然越來越org.hibernate.engine.FilterDefinition classnotfoundexception
- 20. 冬眠懶真實錯誤
- 21. 冬眠HQL元素錯誤
- 22. 休眠4和彈簧3配置問題
- 23. 文件配置休眠4和彈簧3
- 24. ClassCastException異常InjectedDataSourceConnectionProvider彈簧3.1.0,休眠4,JPA EntityManagerFactory的
- 25. Java.lang.NoSuchMethodError:org.hibernate.SessionFactory.openSession()Lorg /休眠/經典/會話更新後冬眠4
- 26. 彈簧4組件注入通用
- 27. 無法使用彈簧4註銷MVC
- 28. @PreAuthorize不適用於彈簧安全4
- 29. Java的冬眠4 org.hibernate.HibernateException:方言類未找到:org.hibernate.dialect.MYSQLDialect
- 30. 與datarest彈簧時遇到
您可以發佈您的Spring XML或Configuratio n班? –