egovLoginPolicyController에서 나는 에러
- 작성자 :
- 이*완
- 작성일 :
- 2012-11-14 16:54:21
- 조회수 :
- 1,445
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
eGovFrame의 Common Component에서
공통-공통 과 로그인-로그인정책관리 를 프로젝트에 add했습니다.
컴파일을 하면 첨부와 같이 에러가 나서 테스트를 할 수 없습니다.
에러의 최상단은 아래와 같습니다.
ERROR [org.springframework.web.servlet.DispatcherServlet] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovLoginPolicyController': 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.uat.uap.web.EgovLoginPolicyController.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)}
공통-공통 과 로그인-로그인정책관리 를 프로젝트에 add했습니다.
컴파일을 하면 첨부와 같이 에러가 나서 테스트를 할 수 없습니다.
에러의 최상단은 아래와 같습니다.
ERROR [org.springframework.web.servlet.DispatcherServlet] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovLoginPolicyController': 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.uat.uap.web.EgovLoginPolicyController.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
안녕하세요. 이완완님
- 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 선택...
프로젝트를 재설정하시면 됩니다.
고맙습니다.