| Could you paste the stack trace here too? From what I can see, the issue is that Spring tries to serialize the PathImpl in JSON whereas it's not really designed to allow that. I suppose one possibility to work around the issue would be to register a specific Jackson serializer for PathImpl. There must be a way to do that in Spring. |