Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

63704: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3.0.BF)
      63576: Merged DEV to V4.2-BUG-FIX (4.2.2)
         59932 : MNT-10161 : cmis:description is not mapped properly for CMIS 1.1 compliance
            - Implementation of org.alfresco.opencmis.mapping.DescriptionProperty added. Register PropertyAccessor only for CMIS 1.1
         63562 : MNT-10161 : cmis:description is not mapped properly for CMIS 1.1 compliance
            - Fix related test


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64315 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-03-14 16:46:28 +00:00
parent 899e3d821c
commit 63b50a15c2
2 changed files with 61 additions and 1 deletions

View File

@@ -143,7 +143,8 @@ public class RuntimePropertyAccessorMapping implements PropertyAccessorMapping,
registerPropertyAccessor(new TargetIdProperty(serviceRegistry, cmisConnector));
if(cmisMapping.getCmisVersion().equals(CmisVersion.CMIS_1_1))
{
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
registerPropertyAccessor(new DescriptionProperty(serviceRegistry, cmisConnector));
registerPropertyAccessor(new SecondaryTypesProperty(serviceRegistry, cmisConnector, cmisMapping));
}
//