i was trying to output some JPA objects to json today. after adding
johnzon.deduplicateObjects = true to system.properties and restarting TomEE
i still get
javax.json.stream.JsonGenerationException: Invalid json
at
org.apache.johnzon.core.JsonGeneratorImpl.close(JsonGeneratorImpl.java:454)
at org.apache.johnzon.mapper.Mapper.writeObject(Mapper.java:147)
at uk.me.kissy.sales.dao.LeadScriptDao.marshall(LeadScriptDao.java:435)
is there any way to get a deeped debug?
--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html