Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 9175 invoked from network); 1 Oct 2008 11:48:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 11:48:38 -0000 Received: (qmail 2430 invoked by uid 500); 1 Oct 2008 11:48:35 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 2413 invoked by uid 500); 1 Oct 2008 11:48:35 -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 2402 invoked by uid 99); 1 Oct 2008 11:48:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 04:48:35 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of monkiki@gmail.com designates 209.85.200.169 as permitted sender) Received: from [209.85.200.169] (HELO wf-out-1314.google.com) (209.85.200.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 11:47:33 +0000 Received: by wf-out-1314.google.com with SMTP id 26so845150wfd.13 for ; Wed, 01 Oct 2008 04:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=aYHRwKS8cZIMntEt5m1NQqs9sF/ztIFO1e+rVYKXgIA=; b=JEg3QEEXMWVoncHM3n8HbeuH8Q497CAllCZHax6M0Qp+gZBWYI6TBle+a4LerWFwvk 4qLeEeFE48wEENT1CSD8bCdc+MYiZVjDcEa+abDYHdJgXo1Gue2vrYNUaiAE2wd/k4EJ ynUvvP/b6JlpbyBM3HsDeip9lkN7cLbKP5NA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=lpLDS/MQm3jXFR4rnTotgXAaHPUIV/iO7WEm1IUYF5G4hKetDYYzRtyyTVuQduk6Q+ dU1+LRNnpk+0Z+iTTNP85TXN5KB0nFUzAqB4zbeyX4D++ruHWC2zq8y0wIUPKyjeoBvd tItnxLfRPLm1+Voh3jkKJiSOTyOlTWJiehcpw= Received: by 10.143.13.16 with SMTP id q16mr3325907wfi.326.1222861687260; Wed, 01 Oct 2008 04:48:07 -0700 (PDT) Received: by 10.143.10.8 with HTTP; Wed, 1 Oct 2008 04:48:07 -0700 (PDT) Message-ID: <8f70390810010448ve3cfe38mbeb5922c9283c9b8@mail.gmail.com> Date: Wed, 1 Oct 2008 13:48:07 +0200 From: "Paco Avila" Sender: monkiki@gmail.com To: "Jackrabbit users list" Subject: recursion problem in indexing configuration MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_105811_17156745.1222861687258" X-Google-Sender-Auth: 458429c41023703d X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_105811_17156745.1222861687258 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have an indexing configurator file with wich reference my own namespace. The problem is when I want to create a new repository: an exceptin is thrown (IllegalNameException) because the namespace still is not registerd in the repository. And how can I register a namespace if the repository is not actually created? It seems to be a sort of recursion problem to me :( -- Paco Avila GIT Consultors tel: +34 971 498310 fax: +34 971496189 e-mail: pavila@git.es http://www.git.es ------=_Part_105811_17156745.1222861687258--