Hello. I am having trouble with the Entity Inspector export/import functionality. When I export and entity, the JSON file includes transient attributes. I don’t mind this but when I try to import the JSON file, I get an error:
Import failed… Can’t find setter property ‘transientAttribute’ at class…
In my entity, the attribute uses the @Transient annotation and has a private setter because the value is based on non-transient values.
It seems to me that the export should either not include the transient property or the import should ignore it. Am I missing something?
I am using Jmix 2.3