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 09EE59956 for ; Tue, 7 Feb 2012 16:56:09 +0000 (UTC) Received: (qmail 83800 invoked by uid 500); 7 Feb 2012 16:56:08 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 83716 invoked by uid 500); 7 Feb 2012 16:56:07 -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 83706 invoked by uid 99); 7 Feb 2012 16:56:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 16:56:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.29] (HELO out5-smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 16:56:00 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id BE15721643 for ; Tue, 7 Feb 2012 11:55:39 -0500 (EST) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 07 Feb 2012 11:55:39 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=infrae.com; h=from :content-type:content-transfer-encoding:subject:date:message-id :to:mime-version; s=mesmtp; bh=dlPzQgoj8A6jTXkt2nDawzF5IZg=; b=b NvKyH2HXH+RxR2kfGHU5ibg5rnBVZEazT3iMleOqrAKEBRHCPGBULeaBPMODRxiE LAOd7sD3UUNVTh26fIhzUQ7c/ko7Eh+2RcrpbxomnwgfouTp3vP3k9E1tltd5arA AA6mRLcbKNbgtxc7eo07opFmi1Npm6U+tHB+ovuFdc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:content-type :content-transfer-encoding:subject:date:message-id:to :mime-version; s=smtpout; bh=dlPzQgoj8A6jTXkt2nDawzF5IZg=; b=bFO ZydwWx80fWnT5glWqRekxbZYZQraSKBX0+QyDGjoU1l1iMfJJ6ZP6J3Qd/Bhso+Z RHcTuSqwALsq45R/GVVCrgE9EA9t06gCppsA3ELbuk/PhE7+wcjxkVWMuOBjcyxK XFsoWrUljAfDoxXVK3mfjGkhZ6ockLGIfz04/OH0= X-Sasl-enc: dpdD+eAqBSJNj34KfhV8Zt95wo9/hKtBYFVjTZJ64KMz 1328633739 Received: from orange.infrae (a80-101-121-33.adsl.xs4all.nl [80.101.121.33]) by mail.messagingengine.com (Postfix) with ESMTPSA id 65C798E021C for ; Tue, 7 Feb 2012 11:55:39 -0500 (EST) From: Sylvain Viollon Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: cmislib issue with CMISQL query Date: Tue, 7 Feb 2012 17:55:37 +0100 Message-Id: To: dev@chemistry.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am using cmislib for an open source project, to make a CMIS = Browser as an extension to Plone. This is great and fast, but I have a = couple of issues. I am not sure this is the best place to report them, = if not please indicate me where I should do it. There was no contact = information / bug report address on the pypi page. So my issue is that I execute the following query: SELECT R.*, SCORE() AS SEARCH_SCORE FROM cmis:document R WHERE = CONTAINS('meeting') AND IN_TREE(R, 'some-id') ORDER BY SEARCH_SCORE DESC My issue is with Nuxeo, where in the result it doesn't provide any = propertyDefinitionId attribute in the XML, so I end up with an KeyError = at the line 1889 in model.py. I am using Python 2.6 and cmislib 0.5. If I want to have this issue fixed, what should I do ? Do a full bug = report, or can I sent you a patch ? I saw you have an SVN, and a mirror = on a Git, do you prefer an SVN diff or a Git one ? Or do want to fix the = issue yourself ? As a sperate topic, I need to add support to provide an http_proxy to = the url_opener. I guess I should follow the same procedure for this ? Regards, Sylvain, --=20 Sylvain Viollon -- Infrae t +31 10 243 7051 -- http://infrae.com Hoevestraat 10 3033GC Rotterdam -- The Netherlands