Hide Forgot
project_key: SOA This code does not work Node root = session.getRootNode(); Node old = root.addNode("oldname", "nt:folder"); session.save(); session.move("/oldname", "/newname1"); session.save(); The second save throws an exception javax.jcr.InvalidItemStateException: Unable to find "/{}newname1"; lowest existing path is "/" at org.modeshape.jcr.SessionCache.save(SessionCache.java:410) at org.modeshape.jcr.JcrSession.save(JcrSession.java:1397) The 'oldname' directory exists on the disk. The issue appeared after resolution of SOA-2408
Link: Added: This issue is related to SOA-2408
Link: Added: This issue Cloned to SOA-2564
Changes have been committed to the 2.2.x product branch and should be in the ER5 release.
Verified in ER6