06-19-2014 11:23 AM
06-19-2014 02:20 PM
06-20-2014 03:34 AM
Map<String, Serializable> versionProperties = new HashMap<String, Serializable>(2, 1.0f);
versionProperties.put(Version.PROP_DESCRIPTION, "");
versionProperties.put(VersionModel.PROP_VERSION_TYPE, VersionType.MINOR);
versionService.createVersion(nodeRef, versionProperties);
org.springframework.extensions.webscripts.WebScriptException: 05200002 Wrapped Exception (with status template): 05200092 The current version label of the node does not exist in the version history.
at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1067)
06-20-2014 06:14 AM
06-20-2014 06:17 AM
06-20-2014 07:30 AM
<property name="cm:versionLabel">
<title>Version Label</title>
<type>d:text</type>
<protected>true</protected>
</property>
<property name="cm:versionLabel">
<title>Version Label</title>
<type>d:text</type>
<default>1.0</default>
</property>
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.