사용 Egov 버전 : 4.1.0
Problems에 <Error while downloading 'http://www.ibatis.com/dtd/sql-map-2.dtd'> to ~ 또는 Element type sqlMap must be declared 오류 발생 시 xml파일에서 다음과 같이 코드를 수정하면 된다.
수정 전
<!DOCTYPE sqlMap PUBLIC "-//iBATIS.com//DTD SQL Map 2.0//EN "http://www.ibatis.com/dtd/sql-map-2.dtd">
수정 후
<!DOCTYPE sqlMap PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN "http://ibatis.apache.org/dtd/sql-map-2.dtd">