Hi all,

I use OpenCMIS 0.2 to connect to an Alfresco 3.4 repository.

I try to update the object type using the following code:

Map<String, Object> properties = new HashMap<String, Object>();
properties.put(PropertyIds.OBJECT_TYPE_ID, "D:" + 
ParkTypeIds.EMPLOYEE_DOCUMENT);
document.updateProperties(properties);

But this doesn't work. There is no exception, but the type doesn't change.
Is it possible to change the type after creation?

Kind regards, 

Mano Swerts



_________________________________________________

 We published a new company movie featuring YOU!
         See http://www.aca-it.be/movie
_________________________________________________

Reply via email to