An sqlMap element must follow those syntax :
<sqlMap resource="Maps/MSSQL/SqlClient/Account.xml"/>
or
<sqlMap 
url="E:/Projet/IBatisNet/Source/IBatisNet.Test/Maps/MSSQL/SqlClient/Account.xml"/>
or
<sqlMap embedded="Account.xml, IBatisNet.Test"/>

You could verify the syntax of your .config with the schema.
The DomSqlMapBuilder.ConfigureSqlMap doesn't do any validation and
expect a valid configuration file.

Reply via email to