You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CMIS Interoperability
Note CMIS Spaces is still using the self link in get chilren
responses as a chldren link that Alfresco returns (with Alfresco
having object link in cmis-source link)
(whereas Nuxeo chemistry had object in the self link from looking at
xml in the cmis explorer group)
Thats why I think Nuxeo chemistry couldn't navigate past the top
levels of folders with CMIS Spaces
Steve
Florent Guillaume
unread,
Mar 11, 2009, 1:47:13 PM3/11/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CMIS Interoperability
Florent,
I tested with cmis spaces both +browser and +air with
http://tamise.nuxeo.com:8080/cmis/repository (in cmis atom rest mode)
and got nav working past top level by adding null checks on getting
doc node uri, mimetype, length contentstream properties in get
children
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cmis-i...@googlegroups.com
Nice! Thanks! The spec requires that these properties be not-set when there is no content stream, so that's a legitimate case. I'll work on file downloading now.