something wrong with PropertyIds.DESCRIPTION
Hi everybody ,I have some trouble with creating the document .the create code may like : Map<String,Object> props = new HashMap<String,Object>();props.put(PropertyIds.OBJECT_TYPE_ID, "cmis:document");props.put(PropertyIds.NAME, newDocName);props.put(...