cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Duplicates after folder creation

isthari_
Champ in-the-making
Champ in-the-making

Hi,

i'm creating a folder with cmis

Map<String, Object> properties = new HashMap<String, Object>(); properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:folder"); 
properties.put(PropertyIds.NAME, "test_name"); 
session.getRootFolder().createFolder(properties);

if i run the query

select * from cmis:folder

two results appears for test_name, one of them has null value for the cmis:parentId and nuxeo:parentId properties. if i create the folder from the web user interface this problem doesn't appear

any tip ??

1 REPLY 1

Florent_Guillau
World-Class Innovator
World-Class Innovator

I don't see what could happen. Do you have a unit test to reproduce this issue?

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.