-
Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException:2014/:: 에러 :: 2014. 9. 22. 16:11
Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException:
### Error building SqlSession.
### The error may exist in sql/UserMapper03.xmlFQCN을 잘못 적어서 에러
xml 파일에서
<select id="getUserList" resultType="mybatis.service">
으로 수정해주자 실행됨
<select id="getUserList" resultType="mybatis.service.domain">
'2014 > :: 에러 ::' 카테고리의 다른 글
java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory (0) 2014.09.29 에러 (0) 2014.09.22 log4j.rootLogger (0) 2014.09.22 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>에 빨간밑줄 (0) 2014.09.17 에러 (0) 2014.09.16