[ https://issues.apache.org/jira/browse/CMIS-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Florian Müller resolved CMIS-762. --------------------------------- Resolution: Fixed Fix Version/s: OpenCMIS 0.11.0 Assignee: Florian Müller Thanks for the report! > ObjectType implementations don't take over extension elements > ------------------------------------------------------------- > > Key: CMIS-762 > URL: https://issues.apache.org/jira/browse/CMIS-762 > Project: Chemistry > Issue Type: Bug > Components: opencmis-client > Affects Versions: OpenCMIS 0.10.0 > Reporter: Andreas Gehrig > Assignee: Florian Müller > Fix For: OpenCMIS 0.11.0 > > > The ObjectType implementations DocumentTypeImpl, FolderTypeImpl and > SecondaryTypeImpl do not take over the list of cmis extensions from the > TypeDefinitions. > For example: > {code}org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl#DocumentTypeImpl(Session, > DocumentTypeDefinition){code} > should call > {code}org.apache.chemistry.opencmis.commons.data.ExtensionData#setExtensions(List<CmisExtensionElement>); > setExtensions(typeDefinition.getExtensions());{code} > Right now the list of extension elements isn't taken from the typeDefinition > and so gets lost. -- This message was sent by Atlassian JIRA (v6.1.5#6160)