Hey All,
Not sure if this is a CMIS issue with Documentum or with OpenCMIS. I have a test application which uses the getObjectByPath() to retrieve content. When used with another CMIS Server this method returns the object fine. When used with Documentum's CMIS server, getObjectByPath can return folders but not content. Eg, if I have a cabinet called foo with a folder under it called bar "/foo/bar" I can get this folder use getObjectByPath("/foo/bar") but if I tried to get a piece of content underneath this, getObjectByPath("/foo/bar/image.gif") it cannot find the content.
Instead, I either have to implement a query or fetch the parent folder object and look through the children for a match. Anyone else having this problem or can hint at what I maybe doing incorrectly?
Thanks,
Colin.