I can confirm it was that one of the representations used an ObjectMapper with JsonGenerator.Feature.AUTO_CLOSE_TARGET not set to false. When I changed this all errors went away.
//Martin ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3060013

