Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0.Beta3
-
Component/s: mapping
-
Labels:None
-
Pull Request:
Description
For instance, if in entity A I add an @SortableField annotation pointing to a unknown field, and if I embed this entity A in entity B, then I will get an error message along the lines of "@SortableField on property A#propertyOfA refers to unknown field propertyOfB.unknownField".
Here, "propertyOfB" should not appear at all: we're in the context of A.
We should have a look at existing messages and try to remove any existing inconsistencies.