Hello!
I am attempting to use com.mgmtp.mvk.repos.service.FieldService#update in one of the integration tests.
As input I am using the following yml file: field-test.yml (492 Bytes) , that is parsed using Jackson ObjectMapper to com.mgmtp.mvk.repos.webapp.facade.v1_0.data.field.FieldDataContainerDTO and then converted to an instance of com.mgmtp.mvk.repos.service.dto.FieldDataContainerDTO using com.mgmtp.mvk.repos.webapp.facade.v1_0.data.ConvertToServiceDTO#convertFieldDataContainer.
When I pass the resulting object to com.mgmtp.mvk.repos.service.FieldService#update I am getting following Exception IllegalArgumentException.md (12.2 KB)
To me it looks like an internal issue of the fieldService implementation, but before creating a bug ticket I wanted to ask here if this is likely to be a bug in the service or some other issue on my side?
Thank you in advance,
Volodymyr