Friday, November 11, 2011

Common MyBatis: Mapped Statements collection does not contain value for....

Correct namespaces
Correct package structure (same java package)
SQL Syntax (maybe a single small query has an extra "," at the end of the select..)
Classpath issues pulling correct jar dependencies
needing a resultMap instead of javaType or related inconsistencies in the mapping files..

and the list will grow...