07-07-2008 10:21 AM
var current = destination.childByNamePath(document.name);
if(current != null) {
var workingCopy = current.checkout();
workingCopy.properties.content.write(document.properties.content);
workingCopy.checkin();
}
When I do this, I get:
10:01:56,744 ERROR [STDERR] Caused by: org.alfresco.service.cmr.version.VersionServiceException: The current version label of the node does not exist in the version history.
We have versioning enabled and the node has the versionable aspect.
07-07-2008 12:50 PM
07-23-2008 04:52 AM
Tags
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.