I have the following resource (implemented using Spring 4.05.RELEASE) which accepts a file and a JSON object:
(P.S. activityTemplate is a serializable entity class)<
Exception is thrown because you don't have appropriate HttpMessageConverter, to process multipart/form-data request. Workaround