I got it ... useStatementNamespaces="true"
Ejaz From: Ejaz X Mohammed Sent: Wednesday, May 27, 2009 8:16 PM To: '[email protected]' Subject: How to use namespace when calling queryForObject() ? Hello, How do I use namespace when calling a statement? I get this error ... Exception in thread "main" com.ibatis.sqlmap.client.SqlMapException: There is no statement named EventRequest.insertEventRequest in this SqlMap. But I've defined insertEventRequest in EventRequest map xml file .. And I try to call it this way ... sqlMap.insert("EventRequest.insertEventRequest", req); Regards Ejaz This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email.
