Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 42062 invoked from network); 12 May 2010 10:53:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 10:53:09 -0000 Received: (qmail 8759 invoked by uid 500); 12 May 2010 10:53:09 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 8626 invoked by uid 500); 12 May 2010 10:53:07 -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 8617 invoked by uid 99); 12 May 2010 10:53:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 10:53:06 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 10:53:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4CAqgU5019030 for ; Wed, 12 May 2010 10:52:42 GMT Message-ID: <2202848.23761273661562341.JavaMail.jira@thor> Date: Wed, 12 May 2010 06:52:42 -0400 (EDT) From: =?utf-8?Q?Florian_M=C3=BCller_=28JIRA=29?= To: chemistry-dev@incubator.apache.org Subject: [jira] Created: (CMIS-206) Document.checkIn should accept "null" properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Document.checkIn should accept "null" properties ------------------------------------------------ Key: CMIS-206 URL: https://issues.apache.org/jira/browse/CMIS-206 Project: Chemistry Issue Type: Bug Components: opencmis-client Reporter: Florian M=C3=BCller Assignee: Florian M=C3=BCller The null check for properties is done at the converter level. This prevents= passing null properties where it could make sense (Document.checkIn). Solution: The converter should not throw an exception if the properties are null. It = should return null instead. Null checks have to be added at the operation l= evel. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.