Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F5D510197 for ; Wed, 26 Feb 2014 13:16:36 +0000 (UTC) Received: (qmail 22839 invoked by uid 500); 26 Feb 2014 13:16:35 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 21166 invoked by uid 500); 26 Feb 2014 13:16:23 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 20672 invoked by uid 99); 26 Feb 2014 13:16:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 13:16:20 +0000 Date: Wed, 26 Feb 2014 13:16:19 +0000 (UTC) From: "Andreas Gehrig (JIRA)" To: dev@chemistry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CMIS-762) ObjectType implementations don't take over extension elements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andreas Gehrig created CMIS-762: ----------------------------------- Summary: 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 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); 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)