CMIS Duplicates after folder creation
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 ??
0 votes
0 answers
1538 views
Florent Guillaume
I don't see what could happen. Do you have a unit test to reproduce this issue?
05/13/2013