Unfetched atribute error

unfetched attribute in entity


in particular id, to show unfetched attribute error
in this place parentlocation shows null value

in entity inspector to show


in this place,
parentlocation contains value

Check the view that you use on the loader - it should contain the parentLocation attribute.

Regards,
Konstantin

thanks for reply,

i already set the view for parentlocation

some particular data should show unfetched error

in that particular data, change the some field and the error should not show.

Regards,
Dhivya

Is childLocations is the collection of the same entity type?
We have encountered a situation when EclipseLink doesn’t fetch some attributes if the same entity is defined on different layers of the graph. Try to remove the childLocations attribute from the view.