I've also tried getting the resources through the resource resolver from the context with the same results:The context seems to lose all of the json after one method.Resource resource = resourceResolver.getResource("/content/en/eventPage1");Page eventPage1 = resource.adaptTo(Page.class);