database - iBatis gives an error: "com.ibatis.sqlmap.client.SqlMapException" -
i making cache ibatis. using cache-model
flushinterval
, flushonexecute
lines , property
named reference-type
. after deploy mentioned error:
java.lang.runtimeexception: error parsing xpath '/sqlmapconfig/end()'. cause: com.ibatis.sqlmap.client.sqlmapexception: there no statement named ibatorgenerated_updatebyprimarykeyselective in sqlmap.`
on flushonexecute
element there attributestatement
set value 'some_query'. had use 'naming.some_query' wbecause using namespace 'naming'. namespace usage not needed times part needs it.
Comments
Post a Comment