The field totalsByDate contains a JSON array that cannot be persisted through JPA
Caused by: java.lang.ClassCastException: org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl cannot be cast to javax.json.JsonArray
at org.glassfish.json.JsonObjectBuilderImpl$JsonObjectImpl.getJsonArray(JsonObjectBuilderImpl.java:237)
at ucl.cs.fmedia.takeout.TakeoutBean.persistEntry(TakeoutBean.java:35)