IBatis 가 가동되기 전, 서브 SqlMap에 있는 XML들을 읽는다.
이때 SqlmapXxxx.xml에 있는 ResultMap 과 해당하는 클래스의 Mapping 확인도 진행된다.
이런 메시지가 뜬다면,
이때 SqlmapXxxx.xml에 있는 ResultMap 과 해당하는 클래스의 Mapping 확인도 진행된다.
이런 메시지가 뜬다면,
Caused by: com.ibatis.common.beans.ProbeException: There is no WRITEABLE property named 'leadDay' in class '...domain.showcase.bestseller.BestSellerList'해당하는 sqlmap에서 <ResultMap>에서 class property에 설정된 클래스와 <result> 내에 property 항목이 일치하는지 확인하도록 한다.
'Java > Framework & Libs' 카테고리의 다른 글
Maven을 이용하여 간단하게 Struts2 프로젝트 생성하기 (0) | 2011.10.12 |
---|---|
config.properties 파일에서 프리마커 템플릿 엔진에서 properties 사용하기 (8) | 2011.09.07 |
iBatis parameterClass (1) | 2011.05.21 |
Logging Library, 자바에 대한 기록 (0) | 2011.05.03 |
XML로 만든 빈 설정 메타정보 (0) | 2011.04.04 |