05-13-2013 11:41 AM
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 ??
05-13-2013 03:19 PM
I don't see what could happen. Do you have a unit test to reproduce this issue?
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.