0

I am getting following Exception while trying to invoke my customized Actor chain :

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

Any help would be greatly appreciated.

Shweta Gupta
  • 726
  • 2
  • 6
  • 12

1 Answers1

2

You can change the value of the MaxNestingDepth in the component for /atg/dynamo/service/response/output/JSONOutputCustomizer. The default value is 15. If you make it -1 it will be 'unlimited'.

Here is a reference to the docs for arguably the same thing.

radimpe
  • 3,197
  • 2
  • 27
  • 46
  • Thanks for your response. I already tried the same . Though after deeper analysis I made out that the actual issue was the cycling formation in my code – Shweta Gupta Feb 12 '16 at 09:37
  • Cool. If you provided a bit more detail in the original question, chances are we would have been able to help a bit more too. The error on its own wasn't much to go on. Glad you sorted it. – radimpe Feb 12 '16 at 09:46