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 A40239037 for ; Fri, 8 Jun 2012 08:57:26 +0000 (UTC) Received: (qmail 72643 invoked by uid 500); 8 Jun 2012 08:57:26 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 72043 invoked by uid 500); 8 Jun 2012 08:57:23 -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 71991 invoked by uid 99); 8 Jun 2012 08:57:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 08:57:20 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anchela@adobe.com designates 64.18.1.191 as permitted sender) Received: from [64.18.1.191] (HELO exprod6og106.obsmtp.com) (64.18.1.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 08:57:11 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob106.postini.com ([64.18.5.12]) with SMTP ID DSNKT9G+UcDhd/V2UO8ZODVLOMcsjfF3Ui6o@postini.com; Fri, 08 Jun 2012 01:56:51 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q588umX9015660 for ; Fri, 8 Jun 2012 01:56:48 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q588umYr021631 for ; Fri, 8 Jun 2012 01:56:48 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas02.corp.adobe.com (10.8.189.100) with Microsoft SMTP Server (TLS) id 8.3.192.1; Fri, 8 Jun 2012 01:56:47 -0700 Received: from angela.corp.adobe.com (10.132.1.18) by eurhub01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.192.1; Fri, 8 Jun 2012 09:56:46 +0100 Message-ID: <4FD1BE4E.4000305@adobe.com> Date: Fri, 8 Jun 2012 10:56:46 +0200 From: Angela Schreiber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Subject: Re: Adding node type definitions References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 8bit hi guenter you may want to try the JCR-remoting to register a new node type. that has been added recently and should work afaik. if you use the jcr2spi project on the client side you should be able to register the type using standard JCR API. in the RMI (where the ClientNodeTypeManager belongs to) it's not yet supported as far as i know. kind regards angela On 6/8/12 12:06 AM, G�nther Schmidt wrote: > Hi, > > I would like to add a node type definition to my Jackrabbit repository, > *remotely*. > > Can this be done remotely? My fist attempt threw an > UnsupportedRepositoryOperationException from the ClientNodeTypeManager > implementation. > > G�nther >