CWOBJ4019E

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 only be configured on one end of a bi-directional association.

Explanation

Cascade remove can only be applied to one end of a bi-directional 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.