Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1FCA7D019 for ; Fri, 27 Jul 2012 07:52:13 +0000 (UTC) Received: (qmail 88504 invoked by uid 500); 27 Jul 2012 07:52:11 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 88345 invoked by uid 500); 27 Jul 2012 07:52:09 -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 88302 invoked by uid 99); 27 Jul 2012 07:52:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 07:52:08 +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 (athena.apache.org: domain of jukka.zitting@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2012 07:52:02 +0000 Received: by weyr1 with SMTP id r1so3477743wey.1 for ; Fri, 27 Jul 2012 00:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VJ+Q7AWn8AHTRuyDGpvwd/zmS9+0GsuGfkZp7JJb12Q=; b=iV+2gQZmT3x5ERSHxVYpZRi5j2pv+4AMqrZ6WSLPURvVdO81uBg9sIY4SkYK0d+SY1 cbjh9wSzdlY1Jj+Hc0RSfL2UT7wm0ZZeupQm1fcDhy07EiuSmqsVGPnTf01DG3j7pBve yVjvjZh73BR2qMzCNnBjJem1PkDM/eh5e5cvNXeN5IuWE9GoUzieXqDHNaswiCOuzXuP XkBo5mocm76SPR2VzcvW3A35swTAxgWQZLQHBj2vjjTl/qbK8Nk4OE3OEunvHgBpd1sd m6enYCKKP7R6Y824ZvBLdaUahHehbxjfLqNPO6JpsOgjAj2Pw6lwRLZq6oldAwFQmZpG 1Qug== Received: by 10.216.195.212 with SMTP id p62mr721566wen.217.1343375500702; Fri, 27 Jul 2012 00:51:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.87.100 with HTTP; Fri, 27 Jul 2012 00:51:20 -0700 (PDT) In-Reply-To: <1343338705701-4656124.post@n4.nabble.com> References: <1343338705701-4656124.post@n4.nabble.com> From: Jukka Zitting Date: Fri, 27 Jul 2012 10:51:20 +0300 Message-ID: Subject: Re: problem regarding user creation in jack rabbit To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Fri, Jul 27, 2012 at 12:38 AM, director wrote: > Yes, I can login to the repository and get the admin session with the help > of the above code. Now, I want to create jackrabbit normal users. Unfortunately JCR-RMI currently doesn't support the user management extensions in Jackrabbit. You'll need a local repository instance for that, or update the JCR-RMI code to cover also user management (patch would be welcome!). BR, Jukka Zitting