iBatis 가동 전 Sqlmap XML 읽기, Caused by: com.ibatis.common.beans.ProbeException:
IBatis 가 가동되기 전, 서브 SqlMap에 있는 XML들을 읽는다.
이때 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에서
확인하도록 한다.