Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 20722 invoked from network); 10 Jul 2006 14:50:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 14:50:04 -0000 Received: (qmail 24365 invoked by uid 500); 10 Jul 2006 14:49:56 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 24338 invoked by uid 500); 10 Jul 2006 14:49:56 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 24201 invoked by uid 99); 10 Jul 2006 14:49:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 07:49:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.252.22.175] (HELO smtp1.voila.fr) (193.252.22.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 07:49:44 -0700 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4107.voila.fr (SMTP Server) with ESMTP id 7E28E1C004E5 for ; Mon, 10 Jul 2006 16:49:15 +0200 (CEST) Received: from wwinf4103 (wwinf4103 [172.22.152.30]) by mwinf4107.voila.fr (SMTP Server) with ESMTP id 717FF1C00561 for ; Mon, 10 Jul 2006 16:49:15 +0200 (CEST) X-ME-UUID: 20060710144915465.717FF1C00561@mwinf4107.voila.fr Message-ID: <22984921.1152542955454.JavaMail.www@wwinf4103> From: olivier Reply-To: oliv.boss@voila.fr To: dev@jackrabbit.apache.org Subject: Adding NodeType Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [81.220.136.250] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| Date: Mon, 10 Jul 2006 16:49:15 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear all, I'm a newbie, and i make a client, which must access to the jackrabbit repository server by rmi. I must add different NodeTypes (myapp:name for example) and i don't know how to. I tried to use the "NodeTypeManagerImpl" class, but it didn't function with RMI protocol. May be, can i add directly this NodeTypes in the Repository server, but where? Can anyone help me on this? Regards, Oliv