嵌套太深的异常ATG

时间:2016-02-07 18:09:19

标签: json rest atg atg-dynamo

我在尝试调用自定义的Actor链时遇到异常:

CONTAINER:atg.service.response.output.OutputException: atg.service.filter.bean.Resources- >atg.service.response.output.JSONOutputCustomizer.errorUnableToGetPropertyValue; SOURCE:atg.json.JSONException: Nesting too deep. atg.service.filter.bean.Resources->atg.service.response.output.JSONOutputCustomizer.errorUnableToGetPropertyValue

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:2)

您可以更改MaxNestingDepth组件中/atg/dynamo/service/response/output/JSONOutputCustomizer的值。默认值为15.如果您将其设为-1,则它将是“无限制”。

Here是对文档的引用,可以说是同一件事。