728x90 ibatis 경로2 Element type "sqlMap" must be declared. 옛날 소스에서 정의되지 않은 형식이라며 에러가 우르르 쏟아져 나온다. 지난 번에도 겪었듯이 아이바티스 사이트 폐쇄로 인한 에러다. https://zeromi.tistory.com/84 ibatis 경로 에러 (경로 수정하기) DB연결을 위해 DB정보를 넣은 xml 파일에서 에러가 났다. Element type "dataSource" must be declared Element type "property" must be declared Element type "settings" must be declared Elem.. zeromi.tistory.com Element type "sqlMap" must be declared. Element type "select" must be declared. Elemen.. 2021. 11. 26. ibatis 경로 에러 (경로 수정하기) DB연결을 위해 DB정보를 넣은 xml 파일에서 에러가 났다. 이유를 찾아보니 ibatis 사이트가 폐쇄되며 dtd 경로가 바뀌었다. 소스에서 정의되어 있는 경로를 찾아 모두 수정하면 에러가 사라지고 정상 작동한다. Element type "dataSource" must be declared Element type "property" must be declared Element type "settings" must be declared Element type "sqlMapConfig" must be declared Element type "transactionManager" must be declared 기존경로 : http://www.ibatis.com/dtd 변경경로 : http://www.ibati.. 2021. 11. 26. 이전 1 다음 728x90