CMIS Duplicates after folder creation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ??
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2013 03:19 PM
I don't see what could happen. Do you have a unit test to reproduce this issue?
