#에러메시지

org.springframework.beans.factory.BeanCreationException: 
Error creating bean with name 'sqlMapClient' defined in URL [블라블라.xml]: 
Invocation of init method failed; 
nested exception is org.springframework.core.NestedIOException: 
Failed to parse mapping resource: file [블라블라\sample_SqlMap.xml]; 
nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML.  
Cause: org.xml.sax.SAXParseException; 
lineNumber: 1182; 
columnNumber: 49; 
The content of elements must consist of well-formed character data or markup.
#파파고번역

조직. 스프링 프레임 구조콩. 팥빈크리에이션예외: 
URL [sqllawla.xml]에 정의된 'sqlMapClient' 이름을 사용하여 빈을 만드는 중 오류 발생: 
init 메서드의 호출 실패, 중첩 예외는 org.springframework.core.중첩 IOException: 
매핑 리소스를 구문 분석하지 못함: 파일 [basellala\sample_SqlMap.xml], 
중첩된 예외가 com.ibatis.common.xml임.NodeletException: XML 구문 분석 오류. 
원인: org.xml.sax.SAXParseException; 
줄 번호: 1182; 
열 번호: 49; 
요소의 내용은 올바른 형식의 문자 데이터 또는 마크업으로 구성되어야 한다.

xml에 부등호 사용시 나타난 에러. <![CDATA[ <= ]]> 감싸주자

+ Recent posts