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...
Subscribe to:
Post Comments (Atom)
one space in front of the xml filename
ReplyDeleteSysoutprint(fooMapper) will be NULL but the object is not null must do fooMapper.getClass();
ReplyDeleteAlso, returning Integer values form mapper is a pain. Might have problems casting from a returned null value to Integer to int