Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 8484 invoked from network); 23 Jul 2008 23:25:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 23:25:35 -0000 Received: (qmail 69593 invoked by uid 500); 23 Jul 2008 23:25:33 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 69570 invoked by uid 500); 23 Jul 2008 23:25:33 -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 69559 invoked by uid 99); 23 Jul 2008 23:25:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 16:25:33 -0700 X-ASF-Spam-Status: No, hits=3.2 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.86.89.67] (HELO elasmtp-scoter.atl.sa.earthlink.net) (209.86.89.67) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 23:24:38 +0000 Received: from [66.134.41.90] (helo=mercury) by elasmtp-scoter.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KLnhH-0005VQ-Fh for users@jackrabbit.apache.org; Wed, 23 Jul 2008 19:24:39 -0400 Message-ID: <01c601c8ed1a$fca0d330$8119fea9@mercury> From: "Betty Chang" To: Subject: what does NodeTypeRegistry.reregisterNodeType() do? Date: Wed, 23 Jul 2008 16:22:33 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01C3_01C8ECE0.4FAE1FA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-ELNK-Trace: 94e96322e927e447d780f4a490ca6956abb457f1b4332f52a18180f7c9830ed7754011a58440c8fc350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.134.41.90 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_01C3_01C8ECE0.4FAE1FA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi - I've been able to add custom node types within the jackrabbit server = app. However, is it possible to add new properties to a node type that is = already registered? I first call isRegistered() to see if a nodeTypeName is registered, and = if it is, I call reregisterNodeType() in the hopes that it would re-register the node = type with the new properties I have added. However, new properties do not seem to get registered. What does reregisterNodeType() actually do? Betty ------=_NextPart_000_01C3_01C8ECE0.4FAE1FA0--