If you alredy have added the sql maps on the sql map config then you shuuld enable the useStatementNamespaces like this:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-config-2.dtd"> <sqlMapConfig> ....... <settings useStatementNamespaces="true" /> . . . </sqlMapConfig> -- View this message in context: http://www.nabble.com/include-SQL-mapping-file-tp21476828p21481362.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
