일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Winform
- 리포팅서비스
- 오라클
- attr()
- 이클립스
- 윈도우
- MSSQL
- IIS
- MS
- SSRS
- 자바스크립트
- ASP
- 프로시저
- 엑셀
- DataGrid
- 단축키
- javascript
- microsoft
- Excel
- jQuery
- CONVERT()
- c#
- 마이크로소프트
- 윈폼
- replace()
- oracle
- windows
- aspnet
- 비주얼스튜디오
- 태그를 입력해 주세요.
Archives
- Today
- Total
DJ메탈짱™의 Free Style
부적합한 열이름, #AutoResultMap, #iBatis, #remapResults 본문
|
|
org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; --- The error occurred in sqlmap/promotion/CcPromAplyInfo.xml. --- The error occurred while applying a result map. --- Check the CcPromAplyInfo.getCcPromAplyInfoGoods-AutoResultMap. --- Check the result mapping for the 'PAGEIDX' property. --- Cause: com.pionnet.exception.CommonSqlException: java.sql.SQLException: 부적합한 열 이름; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in sqlmap/promotion/CcPromAplyInfo.xml. --- The error occurred while applying a result map. --- Check the CcPromAplyInfo.getCcPromAplyInfoGoods-AutoResultMap. --- Check the result mapping for the 'PAGEIDX' property. --- Cause: com.pionnet.exception.CommonSqlException: java.sql.SQLException: 부적합한 열 이름 at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:83) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80) at org.springframework.orm.ibatis.SqlMapClientTemplate.execute(SqlMapClientTemplate.java:212) at org.springframework.orm.ibatis.SqlMapClientTemplate.executeWithListResult(SqlMapClientTemplate.java:249) ..........................................
와 같은 오류가 발생하는데.... 항상 발생하는게 아니라 어쩌다가? 문득? 에러가 발생하더이다.
검색을 해본 결과. iBatis의 캐쉬?로 인한 문제.
이럴 때는 <select .... 에 remapResults="true"> 속성을 추가해주면 해결됨.
출처 : http://azurecourse.tistory.com/entry/The-error-occurred-while-applying-a-result-map
'일(job) > JAVA' 카테고리의 다른 글
SonarQube 검사 결과 [major] #코드품질 (1) | 2018.01.21 |
---|---|
Java SE Development Kit 7 Downloads, #jdk1.7, #오라클, #ORACLE, #다운로드, #Download (0) | 2016.06.21 |
[JAVA, 자바] #날짜포맷 #SimpleDateFormat #Date (0) | 2016.01.22 |
65535 bytes limit #JSP #용량초과 #web.xml (0) | 2016.01.22 |
Dao 추가 후 톰캣 시작 시 오류 발생. Invalid property 'xxx' of bean class... (0) | 2016.01.22 |