-
Type:
Bug
-
Status: Verified
-
Resolution: Unresolved
-
Affects Version/s: 6.2.1 CE GA2
-
Fix Version/s: None
-
Component/s: External Document Repositories > CMIS
-
Labels:None
-
Fix Priority:3
When deleting a file in a CMIS connected repository CMIS delete should be called ( not the case! ) . Instead there is a call to the persistence layer which does not work if you use Document and Media library integration of CMIS. Hot fix in com\liferay\portal\repository\cmis\CMISRepository.java is:
//deleteMappedFileEntry(document);
document.delete(false);