게시판 컴포넌트 추가후 동일한 오류 발생
- 작성자 :
- 고*호
- 작성일 :
- 2013-07-10 16:47:25
- 조회수 :
- 2,144
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovBBSAttributeManageController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springmodules.validation.commons.DefaultBeanValidator egovframework.com.cop.bbs.web.EgovBBSAttributeManageController.beanValidator; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No matching bean of type [org.springmodules.validation.commons.DefaultBeanValidator] 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)}
답변
안녕하세요. 고우호님
기본적으로 Web 프로젝트 생성시에 Generate Example를 선택하지 마시고 빈프로젝트로 설치하셔야 합니다.
또한 이클립스에서 Project -> Clean을 실행하셔서 컴파일을 새로 해 보시기 바랍니다.
고맙습니다.
===========================================
프로젝트 삭제 후 알려주신 방법으로 하였음에도 동일한 오류가 발생하네요...
답변
안녕하세요. 고우호님
기본적으로 Web 프로젝트 생성시에 Generate Example를 선택하지 마시고 빈프로젝트로 설치하셔야 합니다.
또한 이클립스에서 Project -> Clean을 실행하셔서 컴파일을 새로 해 보시기 바랍니다.
고맙습니다.
===========================================
프로젝트 삭제 후 알려주신 방법으로 하였음에도 동일한 오류가 발생하네요...
A
안녕하세요. 고우호님
- Project 메뉴 선택 -> Clean... 선택 후.. 프로젝트 재빌드 수행..
- 프로젝트 선택 -> context menu -> Maven -> Update Project Configuration
- 프로젝트 선택 -> context menu -> Properites 선택
- Deployment Assembly 항목 선택 후.. Add.. 선택
- Java Build Path Entries 선택 .. -> Maven Dependencies 선택...
프로젝트를 재설정해 보시기 바랍니다.
고맙습니다.
- Project 메뉴 선택 -> Clean... 선택 후.. 프로젝트 재빌드 수행..
- 프로젝트 선택 -> context menu -> Maven -> Update Project Configuration
- 프로젝트 선택 -> context menu -> Properites 선택
- Deployment Assembly 항목 선택 후.. Add.. 선택
- Java Build Path Entries 선택 .. -> Maven Dependencies 선택...
프로젝트를 재설정해 보시기 바랍니다.
고맙습니다.