게시판 공통컴포넌트 포함 이후 실행문제
- 작성자 :
- 고*호
- 작성일 :
- 2013-07-10 15:57:05
- 조회수 :
- 1,351
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
기본적인 Web 프로젝트 생성 후 공통컴포넌트와 게시판 컴포넌트 추가후 실행하였을때 발생하는 오류입니다
자세한 오류내용은 첨부를 하였습니다.
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)}
자세한 오류내용은 첨부를 하였습니다.
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)}
A
안녕하세요. 고우호님
기본적으로 Web 프로젝트 생성시에 Generate Example를 선택하지 마시고 빈프로젝트로 설치하셔야 합니다.
또한 이클립스에서 Project -> Clean을 실행하셔서 컴파일을 새로 해 보시기 바랍니다.
고맙습니다.
기본적으로 Web 프로젝트 생성시에 Generate Example를 선택하지 마시고 빈프로젝트로 설치하셔야 합니다.
또한 이클립스에서 Project -> Clean을 실행하셔서 컴파일을 새로 해 보시기 바랍니다.
고맙습니다.