Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- DB
- @RequestBody
- 톰캣
- java
- 네이버스마트 에디터
- SSL
- checbox
- jquery
- JSTL
- 이클립스
- MYSQL
- HTML5
- json
- 오라클
- spring form tag
- 전자정부 표준프레임워크
- Oracle
- exception
- maven
- 웹 플랫폼 설치 관리자
- 스크립트
- php
- RADIO
- 문자열
- 호환성
- switch
- null
- html
- 한글
- 날짜
Archives
- Today
- Total
개인적인 정리
Caused by: org.xml.sax.SAXParseException: The content of element type ..... 본문
DB/MyBATIS
Caused by: org.xml.sax.SAXParseException: The content of element type .....
yeon.Biju 2019. 3. 29. 18:09Caused by: org.xml.sax.SAXParseException: The content of element type "mapper" must match "(cache-ref|cache|resultMap*|parameterMap*|sql*|insert*|update*|delete*|select*)+".
ibatis 를 mybatis로 옮기는 중에 오류 발생
<typeAlias alias="egovMap" type="egovframework.rte.psl.dataaccess.util.EgovMap" />
이 구문이 ibatis 에선 sqlmap 파일에 있었는데
mybatis 에서는 mapper파일에 들어있으면 안되는데 들어있어서 발생
<typeAlias .... />를 사용할려면 config파일에 등록을 해준다.
'DB > MyBATIS' 카테고리의 다른 글
Type handler was null on parameter mapping for property '__frch_item_0.value'. (0) | 2019.06.17 |
---|---|
ibatis to mybatis 전자정부프레임워크 (0) | 2019.03.29 |
Comments