When I have this in my sqlMap, it works fine <sqlMap namespace="MyMarket.Mappings" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns=" http://ibatis.apache.org/mapping">
if I change it to: <sqlMap namespace="MyMarket.Mappings" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"> It doesn't work anymore, and sais - The error occurred while loading SqlMap. - The error occurred in <sqlMap resource="ProductsService.xml" xmlns=" http://ibatis.apache.org/dataMapper" />. , when I check URL http://ibatis.apache.org/mapping I'm getting Not Found error.

