Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-762

ObjectType implementations don't take over extension elements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • OpenCMIS 0.10.0
    • OpenCMIS 0.11.0
    • opencmis-client
    • None

    Description

      The ObjectType implementations DocumentTypeImpl, FolderTypeImpl and SecondaryTypeImpl do not take over the list of cmis extensions from the TypeDefinitions.

      For example:

      org.apache.chemistry.opencmis.client.runtime.objecttype.DocumentTypeImpl#DocumentTypeImpl(Session, DocumentTypeDefinition)

      should call

      org.apache.chemistry.opencmis.commons.data.ExtensionData#setExtensions(List<CmisExtensionElement>);
      setExtensions(typeDefinition.getExtensions());

      Right now the list of extension elements isn't taken from the typeDefinition and so gets lost.

      Attachments

        Activity

          People

            fmui Florian Müller
            gehriga Andreas Gehrig
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: