ibatis:The content of element type "sqlMap" must match

"ibatis:The content of element type "sqlMap" must match"

严重: Servlet.service() for servlet jsp threw exception
org.xml.sax.SAXParseException: The content of element type "sqlMap" must match "(typeAlias*|cacheModel*|resultMap*|parameterMap*|sql*|statement*|insert*|update*|delete*|select*|procedure*)+".
    错误原因是配置文件(SqlMapConfig及包含在其中的配置文件)没有通过dtd检测,使用一些检测工具在ibatis配置文件里检测一下,可以更快地找到错误的配置文件。

你可能感兴趣的:(jsp,ibatis,servlet,delete,insert,工具)