Check the sqlmapconfig.xml, namespaces are probably enabled in the
settings element.

If they are (a good idea), you have to use the namespace from the sql
map file when you call the mapped statement.

Larry


On 5/16/06, xianwinwin <[EMAIL PROTECTED]> wrote:

ok, I think I'm getting somewhere, I changed my SqlMapConfig

from:
 <sql-map resource="com/ibatis/xml/TA.xml"/>
to
<sqlMap resource="com/ibatis/xml/TA.xml"/>

it appears that the xml is ok (nothing crushes) but, when i get to the exec
point, i get this message:
There is no statement named addNewTA in this SqlMap.

--
View this message in context: 
http://www.nabble.com/get-id-with-iBatis-%28Statement.RETURN_GENERATED_KEYS%29-t1629789.html#a4418860
Sent from the iBATIS - User - Java forum at Nabble.com.


Reply via email to