当我尝试调用我的自定义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
任何帮助都将不胜感激。
发布于 2016-02-08 18:13:27
您可以在/atg/dynamo/service/response/output/JSONOutputCustomizer的组件中更改MaxNestingDepth的值。默认值为15。如果设置为-1 \f25-1\f6,则为-1\f25-1\f25 'unlimited‘-1\f6(无限制)。
Here是对文档的引用,可以说是为了同样的事情。
https://stackoverflow.com/questions/35257111
复制相似问题