일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 날짜
- JSTL
- @RequestBody
- php
- exception
- 호환성
- DB
- RADIO
- null
- HTML5
- 한글
- 문자열
- SSL
- spring form tag
- json
- maven
- Oracle
- 스크립트
- switch
- 오라클
- 전자정부 표준프레임워크
- MYSQL
- 네이버스마트 에디터
- java
- 톰캣
- checbox
- 웹 플랫폼 설치 관리자
- html
- 이클립스
- jquery
- Today
- Total
목록DB/MyBATIS (3)
개인적인 정리
이클립스에서 mybatis 이용중 다음과 에러가 발생하였다. ### Error querying database. Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_item_0.value'. It was either not specified and/or could not be found for the javaType / jdbcType combination specified. ### Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_ite..
전자정부프레임워크에서 ibatis를 mybatis로 변경하는 중인데.. 참고URL은 아래와 같다. http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:rte2:psl:data:jpa:mybatis egovframework:rte2:psl:data:jpa:mybatis [eGovFrame] www.egovframe.go.kr http://www.egovframe.go.kr/wiki/doku.php?id=egovframework:rte2:psl:dataaccess:ibatis_vs_mybatis egovframework:rte2:psl:dataaccess:ibatis_vs_mybatis [eGovFrame] 본 가이드는 MyBatis와 iBatis의 차이점..
Caused 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로 옮기는 중에 오류 발생 이 구문이 ibatis 에선 sqlmap 파일에 있었는데 mybatis 에서는 mapper파일에 들어있으면 안되는데 들어있어서 발생 를 사용할려면 config파일에 등록을 해준다.