I'm trying to access the repository to get the nodes and its properties
in the same hierarchy in a customized json format using Node JCR API
programmatically for node structure with less nodes it works fine but
for large one like the below, it throws the error.I'm trying to hit a
java class from a servlet, following are my code samplesServlet
classRetrieval Java classOnce the servlet hit from the browser, the root
node path is sent to the java class and returns the json object to
servlet which h...