반응형
이클립스툴에 뜨는 에러 메시지
The content of element type "select" must match "(include|trim|where|set|foreach|choose|if|bind)".
콘솔 로그
Caused by: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 36; columnNumber: 63; 요소 유형 "IF"을(를) 선언해야 합니다.
<IF test = 'use_yn != null'>
AND idx = '1'
</IF>
* IF 대문자를 소문자 if로 변경
<if test = 'use_yn != null'>
AND idx = '1'
</if>
반응형
'[프로그래밍] > BackEnd' 카테고리의 다른 글
스프링 시큐리티 참고자료 (0) | 2015.12.02 |
---|---|
The reference to entity "characterEncoding" must end with the ';' delimiter. (0) | 2015.11.21 |
Unsupported major.minor version 52.0 ERROR (0) | 2015.11.10 |
JAVA - 한글 인코딩 변환 체크 한방에 끝내기 (0) | 2015.11.05 |
Tomcat7 tomcat-jdbc 설정 - Broken pipe 에러 회피 (0) | 2015.04.06 |
댓글