Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
OpenCMIS 0.12.0
-
None
-
None
Description
Hi,
I am trying to create a nested like of folder structure.
Root Folder
**********Folder1
**********Folder2
So,when i am creating a root folder,on success of response i am trying to create Folder1.
So,using session object i am looking for root folder using objectByPath.So, i am checking with "/RootFolder".
But i am getting CmisObjectNotFoundException.But if i do the same thing in debug mode it is working.
I think the newly created object is not getting reflected instantly.
Can you please look into the issue.
*