Error's
java.sql.SQLException: Select statements cannot be executed as "~~~~"
Min™
2010. 9. 7. 11:53
ibatis 연동중 query를 선언해 xml에 "~~~~" 가 없다는 것이다.
간단한 에러로 찾으면 바로 보인는 것 ..... 저 같은 초보자들을 위해서..자취를남겨요.
예)
java.sql.SQLException: Select statements cannot be executed as an update
<select></select>
로바꿈
<update></update>