LISTENER_CALLBACK_ONE_PARAM_CWPRJ1302E=CWPRJ1302E: Entity lifecycle callback method, {0}, defined in the entity listener class {1} must have only one parameter.
Explanation
The lifecycle callback method defined in an entity listener class should have just one parameter.
User response
Redefine the entity lifecycle callback method in the listener class to have just one parameter.