From users-return-12551-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Thu Sep 10 16:21:28 2009 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 29517 invoked from network); 10 Sep 2009 16:21:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Sep 2009 16:21:28 -0000 Received: (qmail 87088 invoked by uid 500); 10 Sep 2009 16:21:27 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 87056 invoked by uid 500); 10 Sep 2009 16:21:27 -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 87045 invoked by uid 99); 10 Sep 2009 16:21:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 16:21:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alfatek@gmail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 16:21:19 +0000 Received: by fxm6 with SMTP id 6so206015fxm.43 for ; Thu, 10 Sep 2009 09:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Jpn6MRwsMl6rGB42DHrw7zFbntAhKVIDfLTjDr4QZQM=; b=eWwfvmOECknlVXcRa/tYIcvBEnugOCX+hnOaT/VfXy/O1sXJuCPkaavZ1KYSBhZpt7 frG3jIabItK/V48uD9FHjO3+XR8vEjO99m36vqp0Yc/tMvftQi4BHGHejGP20a4wTZfC uk0PE2bBru/Kf8K/1EGepECU690EUAMIo3NPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=h6ile5Tb9RCdzP+d3nZTUz6vRzF8UtXddYHb0UvbOYaw5pBDy4QYK3kf9ogFwyx0mQ snCOQ/9mSQ4PEG21tsLsTYL5+T1Rq5+RxNH/lI9OHLmTvMxzAgdEoZpQnaFwsCRer9lf eZ2ucSBKMn8V7YdKJT22V45+3W8SV4gUzCaJs= MIME-Version: 1.0 Received: by 10.204.148.76 with SMTP id o12mr958946bkv.147.1252599657911; Thu, 10 Sep 2009 09:20:57 -0700 (PDT) Date: Thu, 10 Sep 2009 17:20:57 +0100 Message-ID: <2d9f09250909100920j4e8c5df3mc28dce3a3b22e4ec@mail.gmail.com> Subject: Changes in Jackrabbit 1.6.0 searchindex configuration, case-sensitive in autoRepair ? From: Paulo Silva To: users@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have an app in production that has this excerpt of repository.xml: (jackrabbit 1.5.x) I tried to upgrade to Jackrabbit 1.6.0 and when starting my server (jboss) I get the following error: ERROR [BeanConfig] Configured class org.apache.jackrabbit.core.query.lucene.SearchIndex does not contain the property autorepair. Please fix the repository configuration. This error is correct because the param should be autoRepair instead of autorepair. I tried to find documentation in what changed about this to 1.6.0 with no luck. I want to understand what is my production server running 1.5.x and with that mistake: ignoring the configuration or just isn't case-sensitive. (yes, I know the default is true so it doesn't matter if the configuration is being read or not :) ) Thanks in advance