To all concerned,
One of the challenges we've been facing with utilizing CMIS DiscoveryService is forming a query that returns the folder path(s) of a document in the SELECT clause. There are plenty of ways of using the folder in the WHERE clause to specify a place to search (i.e. IN_FOLDER(), etc...)
in DQL one would simply join dm_document to dm_folder where dm_folder.r_object_id = ANY dm_document.i_folder_id, but CMIS is restricted on joining to repeating attributes AND there is not a nice way to get a handle on i_folder_id for a cmis:document.
Any thoughts on the matter would be greatly appreciated.
Nate