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 DD0D1438B for ; Wed, 15 Jun 2011 12:13:38 +0000 (UTC) Received: (qmail 20089 invoked by uid 500); 15 Jun 2011 12:13:38 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 20021 invoked by uid 500); 15 Jun 2011 12:13:38 -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 20013 invoked by uid 99); 15 Jun 2011 12:13:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 12:13:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of liska.jakub@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-iy0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 12:13:31 +0000 Received: by iyb12 with SMTP id 12so559994iyb.1 for ; Wed, 15 Jun 2011 05:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=BUKSJHrqnCl0W4gZlCckUPEHRpS0lsc/ercVxMIARvE=; b=Hi0h+oenFiq6BC1YxhXzx3rWGp4H57ByB/xLyz+mQiOGpb2rHm5l+d0jiHUz++uGL6 BeuP/vl+O/en0qg1aFrYW6d7RD3gdQwgZDs7+feAZFnLHK/5Xk0MBbhPcW4HKfnzpzSR OdeEUQ2IgbMAHO6jwkjFz/5cxhTPWlDUUk5MY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sPVAAfjKSaTUfKpkUdeD9SZ+XvkcPVuwYtqo6miAahONhf3eiID8rJUxLh+NJEAq7T wNEUxmTJz1ZEwSbM2rme7UjtWq3Qdtxn1mvziR4dkx/ccqm9zSkc139YQK7eTrI1Wb74 P/Vmxd7PYftSi6/448e/93PDK1YlnVJKIua38= MIME-Version: 1.0 Received: by 10.231.91.16 with SMTP id k16mr375660ibm.124.1308139990601; Wed, 15 Jun 2011 05:13:10 -0700 (PDT) Received: by 10.231.152.74 with HTTP; Wed, 15 Jun 2011 05:13:10 -0700 (PDT) Date: Wed, 15 Jun 2011 14:13:10 +0200 Message-ID: Subject: JCR bridge - properties and Mixin Proposal From: Jakub Liska To: dev@chemistry.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hey, I just went through org.apache.chemistry.opencmis.jcr, wondering what is the best way of getting Mixin properties from Jackrabbit, if possible. Let say I have " nt:file > [jcr:content , ex:content-pdf , ex:content-odf] " I don't know what is the status of this proposal http://wiki.oasis-open.org/cmis/Mixin_Proposal, but I guess that I can't do it, right ?