ENTITY_CALLBACK_NO_PARAM_CWPRJ1301E=CWPRJ1301E: Entity lifecycle callback method, {0}, defined in the entity class {1} must have no parameters.
Explanation
The entity lifecycle callback method defined in an entity class should not have parameters.
User response
Redefine the entity lifecycle callback method to remove the parameters.