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 caa84d3 commit f6a03cfCopy full SHA for f6a03cf
hibernate-core/src/main/java/org/hibernate/mapping/Component.java
@@ -362,7 +362,7 @@ public Property getProperty(String propertyName) throws MappingException {
362
return prop;
363
}
364
365
- throw new MappingException("component property not found: " + propertyName);
+ throw new MappingException("component: " + componentClassName + " property not found: " + propertyName);
366
367
368
public String getRoleName() {
0 commit comments