@alexove hard to tell what's going wrong without seeing some of the code. Like, how are you dealing with parameters, command object, or requst.JSON, are you sending this to a service with either the method or the class being annotated with
@Transactional
? If you are trying to do the save in the controller, move the save to a service that either the class or the method is annotated with
@Transactional
.