RESTSERVICE_METADATA_INVALID_CASCADE_MULTI_CWOBJ4019E=CWOBJ4019E: The association "{0}" for entity "{1}" and the association "{2}" for entity "{3}" are invalid. A cascade remove can be configured only on one end of a bidirectional association.
Explanation
A cascade remove can be applied to only one end of a bidirectional association.
User response
Remove the CascadeType.REMOVE annotation from the specified entity association field or property or remove the cascade-type attribute in the entity descriptor XML file for the entity in the eXtreme Scale configuration.