Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 1781 invoked from network); 11 Mar 2006 15:32:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Mar 2006 15:32:10 -0000 Received: (qmail 52523 invoked by uid 500); 11 Mar 2006 15:32:09 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 52512 invoked by uid 99); 11 Mar 2006 15:32:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2006 07:32:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of torgeir@pobox.com designates 207.106.133.28 as permitted sender) Received: from [207.106.133.28] (HELO proof.pobox.com) (207.106.133.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Mar 2006 07:32:08 -0800 Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 457A79A56A for ; Sat, 11 Mar 2006 10:31:47 -0500 (EST) Received: from [192.168.1.11] (cust5040.nsw01.dataco.com.au [203.171.80.176]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id 5E8332A009 for ; Sat, 11 Mar 2006 10:31:46 -0500 (EST) Subject: Re: proble registering NodeType's with CND file From: Torgeir Veimo To: jackrabbit-dev@incubator.apache.org In-Reply-To: <20060310194919.1E9F42BB0B@webemail02.ibest.com.br> References: <20060310194919.1E9F42BB0B@webemail02.ibest.com.br> Content-Type: text/plain Date: Sun, 12 Mar 2006 01:31:37 +1000 Message-Id: <1142091097.13136.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.5.92 (2.5.92-1) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Fri, 2006-03-10 at 16:49 -0300, hsp wrote: > What about if the error is: > javax.jcr.NamespaceException: seilameu: is not a registered namespace > uri. Try using workspace.getNamespaceRegistry().registerNamespace("prefix", "URI"); before doing the import. -- Torgeir Veimo