We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528d923 commit 3fbb91bCopy full SHA for 3fbb91b
src/main/java/org/apache/ibatis/builder/MapperBuilderAssistant.java
@@ -337,7 +337,7 @@ private List<ResultMap> getStatementResultMaps(
337
try {
338
resultMaps.add(configuration.getResultMap(resultMapName.trim()));
339
} catch (IllegalArgumentException e) {
340
- throw new IncompleteElementException("Could not find result map " + resultMapName, e);
+ throw new IncompleteElementException("Could not find result map " + resultMapName + " [statementId]" + statementId, e);
341
}
342
343
} else if (resultType != null) {
0 commit comments