Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 92113 invoked from network); 5 Aug 2009 13:02:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 13:02:29 -0000 Received: (qmail 85996 invoked by uid 500); 5 Aug 2009 13:02:37 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 85932 invoked by uid 500); 5 Aug 2009 13:02:36 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 85922 invoked by uid 99); 5 Aug 2009 13:02:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 13:02:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 13:02:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C4FF7234C044 for ; Wed, 5 Aug 2009 06:02:14 -0700 (PDT) Message-ID: <1656666006.1249477334792.JavaMail.jira@brutus> Date: Wed, 5 Aug 2009 06:02:14 -0700 (PDT) From: "Michael Mertins (JIRA)" To: chemistry-dev@incubator.apache.org Subject: [jira] Created: (CMIS-46) JCR Implementation Node-Property-Names have to be mapped to CMIS Property-Names MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org JCR Implementation Node-Property-Names have to be mapped to CMIS Property-Names ------------------------------------------------------------------------------- Key: CMIS-46 URL: https://issues.apache.org/jira/browse/CMIS-46 Project: Chemistry Issue Type: Improvement Components: jcr Reporter: Michael Mertins The JCR Repository Nodes usually have nodes with totally different property-names than the CMIS standard requires. E.g. "jcr:name" <-> "ObjectId". Without this kind of mapping, the jcr-properties will be outputted by the server but the cmis-clients will not interpret them. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.