MULTIPLE_ENTITY_ACCESSTYPE_CWPRJ1025E=CWPRJ1025E: Unable to determine entity access type. Both fields and properties are annotated.
Explanation
Annotated entities can only have annotations specified on the field or property methods, but not both.
User response
Review the entity annotations and verify that the entity metadata annotations are only specified on the fields or get method of each attribute.