Spring Framework 프로젝트에서 cvc-complex-type-3.2.2: Attribute 'local' is not allowed to appear in element 'ref' 에러 처리 방법Devel/WEB2015. 9. 23. 14:27
Table of Contents
eclipse 에서 스프링 프레임워크 적용해 프로젝트를 진행 시 아래와 같은 장애 발생한다.
cvc-complex-type-3.2.2: Attribute 'local' is not allowed to appear in element 'ref'
스프링 4.0 부터는 spring-beans.xsd 에서 local을 지원하지 않기에 스프링 프레임워크 4.0버젼 이하의 프로젝트 일 경우 아래와 같이 bean 설정을 수정한다.
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.2.xsd">
'Devel > WEB' 카테고리의 다른 글
Python 웹 프레임워크 django 실행 명령어 정리 (0) | 2019.10.24 |
---|---|
SpringBoot 프로젝트 Apache Phoenix 구동을 위한 라이브러리 설정 (0) | 2017.04.03 |
SmartGWT Tab Panel 새로고침 (re-draw) 코드 (0) | 2012.09.16 |
GWT 웹 브라우저 resize 이벤트 함수 활용한 레이아웃 사이즈 조정 (0) | 2012.09.15 |
SmartGWT Tab 아이콘 추가 설정 (0) | 2012.05.23 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!