I'm trying to create a custom property for my files on my CMIS repository. I am not using Alfresco or other similar extensions (and i can't use it).
I have been looking for information here but that code doesn`t work (using versions 0.9, 1.0 and 1.1) and I always get the same error:
"Property 'my:project' is not valid for this type or one of the secondary types!"
I want to link a custom property (my:project or my:personalId) to the cmis:document type, so I cant`t create a new type or secondary type (which also fails).
How can I do this, using only the OpenCMIS API (specially 0.9 version)?
Thanks in advance.