I’m setting up another data import configuration, and this one is giving me:
08:03:45.849 ERROR d.d.c.d.s.GenericDataImporterServiceBean- Error while importing the data: Can't find setter for property 'rawCssForBackgroundColor' at class com.medflex.medflexj.entity.visittype.VisitType
java.lang.IllegalArgumentException: Can't find setter for property 'rawCssForBackgroundColor' at class com.medflex.medflexj.entity.visittype.VisitType
Where VisitType
is the entity class I’m importing and rawCssForBackgroundColor
is a transient property. This property is not referenced in the import (… because it’s transient…) so I don’t know why the add-on is looking for a setter for it!