Hi, I'm deriving the mime type of documents (using Apache Tika) and then adding them to my CMIS repository using a Chemistry Java client. For some reason, certain mime types seem to prevent the content from being added.
The document gets added, but the mime type and content are empty. The biggest offender seems to be application/msword, and there seem to be others. I've used the same code for the past couple of years to do this, and the only thing I've changed is the value of the mime type in the ContentStream. Previously, I used to just set everything to 'application/octet-stream'. If I switch back to that, it works fine. The Tika libraries are doing their job just fine, and returning the correct mime type. If I add the same document through the workbench, the document gets added, and the mime type and content are totally fine. I've attached a screenshot of my CMIS workbench so you can see the effect. Anyone have any ideas? [image: Inline image 1]