From users-return-13234-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Nov 06 14:11:59 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 18329 invoked from network); 6 Nov 2009 14:11:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Nov 2009 14:11:59 -0000 Received: (qmail 57369 invoked by uid 500); 6 Nov 2009 14:11:58 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 57329 invoked by uid 500); 6 Nov 2009 14:11:58 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 57318 invoked by uid 99); 6 Nov 2009 14:11:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 14:11:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrduguo@gmail.com designates 209.85.218.214 as permitted sender) Received: from [209.85.218.214] (HELO mail-bw0-f214.google.com) (209.85.218.214) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2009 14:11:50 +0000 Received: by bwz6 with SMTP id 6so1241299bwz.11 for ; Fri, 06 Nov 2009 06:11:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=MS5zWCajsUOCROXAyJ6DZcKFu9WUljUPQteFk/7w5a8=; b=Ff2oRxYyaLCOUlECrjrRSEHDGBE8WVYySApHHDyuXvgRQFBvTihnrvopshXNQov6CO dMQFItxG6rmrtW9QV4geXhOX5G0+C2hfzBFK3jI1Bm14bPfBuKX/P32UqVFCiDzZlsWW J6pWxkbxDJDSv0ZWqgpzOu8QOUxvraqdYXiNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=G+cwb3zjWhqYx5aoEBZKY7G1b85KwzzitUa545pEBX0+f82DFXYXgTjbBq3wsxySlv 5BdZKpCV5jOhF/g6zs4PPchs0bg7mNgGtgD8XsO/U5hs5j/w+j3sVBuX7mqJI4fFUGQn kkAiudrpRdaRAyY/F4UDiGKt2itn0hmpqD8I8= MIME-Version: 1.0 Received: by 10.103.87.27 with SMTP id p27mr1663040mul.125.1257516690223; Fri, 06 Nov 2009 06:11:30 -0800 (PST) In-Reply-To: <35184829-76B8-4538-BA29-BA5A610125C2@sptci.com> References: <35184829-76B8-4538-BA29-BA5A610125C2@sptci.com> Date: Fri, 6 Nov 2009 14:11:30 +0000 Message-ID: Subject: Re: Error when creating workspace From: Guo Du To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Nov 6, 2009 at 1:56 PM, Rakesh Vidyadharan wrote: > Is this something I have to wait for JR 2.0 to be able to user? I just did session.getWorkspace().createWorkspace(site, session.getWorkspace().getName() ) on 2.0-alpha12 and it works. --Guo