A
Anonymous
March 2, 2016
Facing an issue in New Page
- March 2, 2016
- 3 replies
- 2275 views
Hi,
As per my use case I created new page based on custom template and triggering the workflow for that page. I am getting error as "Caused by: javax.jcr.RepositoryException: Not an absolute path: ." for the first time while triggering the workflow.It is working fine for the next time.Please guide me how to resolve this.
else if (payloadNode.getPrimaryNodeType().isNodeType("cq:Page")) {// for template payload
path = payloadPath + "/jcr:content";
node = (Node) jcrSession.getItem(path);