"No readable property named" if it uses a dynamic property in a embedded entity.

Description

"No readable property named" if it uses a dynamic property in a embedded entity.

Then there is an exception:

Activity

Show:

Yoann Rodière December 6, 2021 at 1:05 PM

I tried to fix this today, but I noticed the problem is actually caused by a mistake in the mapping.

This:

Means "derived from path 'firstName.familyName'".

What you meant was probably "derived from paths 'firstName' and 'familyName'", which should be expressed like this:

I'll grant you the difference is subtle and the syntax confusing, though. I've created to try to come up with better annotations in some future version.

Waldemar Klaczyński December 2, 2021 at 8:56 AM

I am using version "6.1.0.Alpha1"

Yoann Rodière December 2, 2021 at 8:51 AM

Thanks for the report. Which version are you using? The latest from the main branch? 6.1.0.Alpha1? 6.0.something?

Waldemar Klaczyński December 2, 2021 at 8:46 AM

It looks as if it is not looking for dependencies in the nested entity, but in the parent entity.

Rejected

Details

Assignee

Reporter

Components

Priority

Created December 2, 2021 at 8:43 AM
Updated December 6, 2021 at 1:05 PM
Resolved December 6, 2021 at 1:05 PM