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 4909CCE93 for ; Tue, 23 Jul 2013 12:37:42 +0000 (UTC) Received: (qmail 17142 invoked by uid 500); 23 Jul 2013 12:37:41 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 17087 invoked by uid 500); 23 Jul 2013 12:37:40 -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 17061 invoked by uid 99); 23 Jul 2013 12:37:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 12:37:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebastian.danninger@googlemail.com designates 74.125.83.49 as permitted sender) Received: from [74.125.83.49] (HELO mail-ee0-f49.google.com) (74.125.83.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jul 2013 12:37:33 +0000 Received: by mail-ee0-f49.google.com with SMTP id b57so4444820eek.22 for ; Tue, 23 Jul 2013 05:37:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Usn0WV9UclCY7L7UdmGZBeYqp6dgK/tF8CKycH1mE88=; b=m/kiTIfdJIl1VqEbZu5TQ19V/XDMpEqidtzzIsK1SxpQS82nqgcgWJHokj/kolA5PG DIxQeoxepxvOya6sKNhI6YjMXIVT7GRIZVNN1Y3QZpuvEB0b2jM5/JGLmp6sZvi9n6Eu NY1AzrEkv1Lov02VXoRi26p847KOLtddmj7tsSOY7jdiwOSbBf2dbNQKq2XkY3+3Z2h6 unUbGKi2stmbFEAlgsar4Erb6LQiDmVWQ2xJ00iiHB6kwQlJyR7kqSglF4LlQHhmb/Z7 LU3Jx8W6RExovdrII4Oy3ivP4dFAEaGZqdH6cm2zcPwNYvrGqLhpAitDIFZjU7D7qQ1B byzg== MIME-Version: 1.0 X-Received: by 10.15.52.5 with SMTP id o5mr32862918eew.58.1374583033009; Tue, 23 Jul 2013 05:37:13 -0700 (PDT) Received: by 10.14.100.132 with HTTP; Tue, 23 Jul 2013 05:37:12 -0700 (PDT) In-Reply-To: <6671AB61-8A21-4B0F-A167-122348439B1A@gmail.com> References: <6671AB61-8A21-4B0F-A167-122348439B1A@gmail.com> Date: Tue, 23 Jul 2013 14:37:12 +0200 Message-ID: Subject: Re: CMIS Workbench; Entering integers? From: Sebastian Danninger To: dev@chemistry.apache.org Content-Type: multipart/alternative; boundary=001a11c367d665c28704e22d0da7 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c367d665c28704e22d0da7 Content-Type: text/plain; charset=ISO-8859-1 try Integer (capital i) 2013/7/23 Nicholas Devenish > Hi All, > > I'm learning to build content models in Alfresco. As part of this, I've > created a type deriving from folder, that has a mandatory integer property. > > The problem is, using workbench to attempt to create it gives: > IllegalArgumentException: > Property 'ddb:currentnum' is a integer property. Expected type > ' Short,Integer,Long>' but received a 'java.lang.String' property. > > Even when I DO enter a number, or even leave blank (to try and use the > default). > > Is there a way of signifying to workbench that I do actually want to enter > a number? --001a11c367d665c28704e22d0da7--