Hi Kunal, I am getting following exception . title : Error while processing /library/17/01/170108 Message : javax.jcr.nodetype.ConstraintViolationException: No child node definition for 170108 found in node /library/17/01although i am sending the node [170108] details i...
Thank you so much for replying . I did go through the sling cheat sheet but couldn't succeed. If i try to pass in the request parameters in the url ,it works , for exTo create the path rest url [GET] : http://<targethost>:<port>/crx/library/17/01??jcr:primaryType=nt:folderTo crate a node with...
Hi , We have a requirement to copy node(s) which matches a given criteria from source CRX to target. For this we used JCR api exportSystemView and importXML and its working fine . We are now trying to achieve the same thing using sling . Here is what we tried Get the json contents of the node...