While I am trying to return List its throwing No message body writer has been found for response class ArrayList.
I have code as follows:
@POST @Pat
I've solved it using JacksonJaxbJsonProvider. No Java code needs to be modified. Just few changes in Spring context.xml and Maven pom.xml, see https://stackoverflow.com/a/30777172/1245231
context.xml
pom.xml